Update package.json
This commit is contained in:
parent
8cbc80bace
commit
e35a4614ca
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"build": "export NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build",
|
||||
"build-win": "SET NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build",
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue