Update package.json

This commit is contained in:
jianxing 2021-09-01 19:25:23 +08:00
parent 6e6d83681c
commit 584c7aad83
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},