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 38b977d commit 38b3a89Copy full SHA for 38b3a89
package.json
@@ -14,6 +14,7 @@
14
"test-e2e": "node scripts/build.js vue -f global -d && jest --filter ./scripts/filter-e2e.js --runInBand",
15
"test-dts": "node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && npm run test-dts-only",
16
"test-dts-only": "tsc -p ./test-dts/tsconfig.json && tsc -p ./test-dts/tsconfig.build.json",
17
+ "test-coverage": "node scripts/build.js vue -f global -d && jest --runInBand --coverage --bail",
18
"release": "node scripts/release.js",
19
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
20
"dev-compiler": "run-p \"dev template-explorer\" serve",
0 commit comments