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 cea387a commit 192571dCopy full SHA for 192571d
package.json
@@ -40,6 +40,7 @@
40
"compodoc": "npx compodoc -p tsconfig.json",
41
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
42
"changelog-current": "conventional-changelog -p angular -r 2",
43
+ "preversion": "npm run test && npm run e2e",
44
"version": "npm run release.lib && npm run release.ghpages",
45
"postversion": "npm run changelog && git add -u && git push && git push --tags",
46
"release.lib": "ts-node scripts/src/release/release.ts",
0 commit comments