Merge branch 'master' into remove-i18n

This commit is contained in:
Pan
2019-04-19 17:25:38 +08:00
4 changed files with 8 additions and 9 deletions

View File

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