Skip to content

Commit 192571d

Browse files
committed
fix readd the test
1 parent cea387a commit 192571d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"compodoc": "npx compodoc -p tsconfig.json",
4141
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
4242
"changelog-current": "conventional-changelog -p angular -r 2",
43+
"preversion": "npm run test && npm run e2e",
4344
"version": "npm run release.lib && npm run release.ghpages",
4445
"postversion": "npm run changelog && git add -u && git push && git push --tags",
4546
"release.lib": "ts-node scripts/src/release/release.ts",

0 commit comments

Comments
 (0)