|
|
@ -12,8 +12,6 @@ |
|
|
|
"build:development": "set NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build --mode development", |
|
|
|
"build:preview": "set NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build --mode preview", |
|
|
|
"build:chengyang-prod": "set NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build --mode chengyang-prod", |
|
|
|
"build:dongming-prod": "set NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build --mode dongming-prod", |
|
|
|
"build:prod": "vue-cli-service build --mode production", |
|
|
|
"build:test": "set NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build --mode test", |
|
|
|
"build:shibei_prod": "vue-cli-service build --mode shibei_production", |
|
|
|
"lint": "vue-cli-service lint", |
|
|
|