We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d4684 commit eb93068Copy full SHA for eb93068
package.json
@@ -15,7 +15,7 @@
15
"test:unit": "vue-cli-service test:unit",
16
"test:e2e": "vue-cli-service test:e2e",
17
"lint": "vue-cli-service lint",
18
- "test": "vue-cli-service test:unit --coverage",
+ "test": "vue-cli-service test:unit --coverage && vue-cli-service test:e2e",
19
"i18n:report": "vue-cli-service i18n:report -v --src src/**/*.vue --locales src/locales/**.json -o output.json"
20
},
21
"dependencies": {
0 commit comments