Fix "Allocation failed - JavaScript heap out of memory" build error

This commit is contained in:
silverpill 2022-09-18 21:30:48 +00:00
parent b32d8d7538
commit 3a78b0070b

View file

@ -6,7 +6,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "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:unit": "vue-cli-service test:unit",
"test": "npm run test:unit", "test": "npm run test:unit",
"lint:js": "vue-cli-service lint --no-fix", "lint:js": "vue-cli-service lint --no-fix",