Skip to content

Commit

Permalink
increase the heap to test the build
Browse files Browse the repository at this point in the history
  • Loading branch information
kchobantonov committed Jun 6, 2024
1 parent 1a262ca commit 77f2714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lint:fix": "eslint --fix .",
"doc": "typedoc --tsconfig tsconfig.typedoc.json --name 'JSON Forms Vue Vuetify Renderers' --out docs --entryPoints 'src/**/*.ts' 'lib/index.d.ts'",
"test": "vitest --watch=false",
"build-only": "vite build",
"build-only": "NODE_OPTIONS=\"--max-old-space-size=4096\" vite build",
"type-check": "vue-tsc --build --force"
},
"peerDependencies": {
Expand Down

0 comments on commit 77f2714

Please sign in to comment.