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 e15672b commit 67f8ebdCopy full SHA for 67f8ebd
package.json
@@ -12,7 +12,7 @@
12
"build:full": "cross-env VUE_APP_FULL_BUNDLE=true vue-cli-service build --no-clean --target lib --name vfg src/index.js --report",
13
"lint": "vue-cli-service lint",
14
"test:unit": "nyc vue-cli-service test:unit --include ./tests/unit/setup.js",
15
- "coverall": "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
+ "coverall": "cat ./tests/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
16
"changelog": "conventional-changelog -i CHANGELOG.md -s",
17
"changelog:full": "conventional-changelog -i CHANGELOG.md -s -r 0",
18
"docs": "cd docs && gitbook serve",
0 commit comments