Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 3df741f

Browse files
chore: run unit tests when preparing the package
1 parent 0aec512 commit 3df741f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"scripts": {
6161
"postinstall": "node postinstall.js",
6262
"postpack": "rm -rf node_modules",
63-
"prepare": "tsc",
63+
"prepare": "tsc && npm run jasmine",
6464
"test": "npm run prepare && npm run jasmine",
6565
"jasmine": "jasmine --config=jasmine-config/jasmine.json",
6666
"version": "rm package-lock.json && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"

0 commit comments

Comments
 (0)