|
@@ -26,9 +26,6 @@
|
|
"build:stage": "vue-cli-service build --mode staging",
|
|
"build:stage": "vue-cli-service build --mode staging",
|
|
"build:hash": "vue-cli-service build",
|
|
"build:hash": "vue-cli-service build",
|
|
"build:history": "vue-cli-service build --mode history",
|
|
"build:history": "vue-cli-service build --mode history",
|
|
- "build:hash:pro": "vue-cli-service build --name dataRoomPro",
|
|
|
|
- "build:history:pro": "vue-cli-service build --mode=pro.history",
|
|
|
|
- "build:history:all": "vue-cli-service build --mode history && vue-cli-service build --mode=pro.history",
|
|
|
|
"preview": "node build/index.js --preview",
|
|
"preview": "node build/index.js --preview",
|
|
"lint": "eslint --ext .js,.vue packages",
|
|
"lint": "eslint --ext .js,.vue packages",
|
|
"lint:fix": "eslint --ext .js,.vue packages --fix",
|
|
"lint:fix": "eslint --ext .js,.vue packages --fix",
|