|
@@ -10,7 +10,7 @@
|
|
|
"build:stage": "vue-cli-service build --mode staging",
|
|
|
"preview": "node build/index.js --preview",
|
|
|
"lint": "eslint --ext .js,.vue src",
|
|
|
- "test:unit": "vue-cli-service test:unit",
|
|
|
+ "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"
|