Fix "Allocation failed - JavaScript heap out of memory" build error
This commit is contained in:
parent
b32d8d7538
commit
3a78b0070b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build --no-module",
|
||||
"build": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --no-module",
|
||||
"test:unit": "vue-cli-service test:unit",
|
||||
"test": "npm run test:unit",
|
||||
"lint:js": "vue-cli-service lint --no-fix",
|
||||
|
|
Loading…
Reference in a new issue