|
|
@ -8,13 +8,7 @@ |
|
|
|
"dev": "vue-cli-service serve --open", |
|
|
|
"serve": "vue-cli-service serve --open", |
|
|
|
"build:prod": "vue-cli-service build", |
|
|
|
"build:stage": "vue-cli-service build --mode staging", |
|
|
|
"preview": "node build/index.js --preview", |
|
|
|
"lint": "eslint --ext .js,.vue src", |
|
|
|
"test:unit": "jest --clearCache && vue-cli-service test:unit", |
|
|
|
"test:ci": "npm run lint && npm run test:unit", |
|
|
|
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", |
|
|
|
"new": "plop" |
|
|
|
"build:stage": "vue-cli-service build --mode staging" |
|
|
|
}, |
|
|
|
"husky": { |
|
|
|
"hooks": { |
|
|
|