Skip to content

Commit 0d006da

Browse files
committed
Running unit tests is added to pre-push
1 parent 5f8b8c3 commit 0d006da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.idea/Z :: Api Entity Ref.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tpl-repo:merge": "yarn run tpl-repo merge",
3333
"gen-public-package.json": "tools/gen-public-package.js",
3434
"prepare": "husky install",
35-
"pre-push": "yarn run lint && yarn run build:prod && yarn run tpl-repo:check",
35+
"pre-push": "yarn run lint && yarn run test && yarn run build:prod && yarn run tpl-repo:check",
3636
"ci": "yarn run lint && yarn run test:cov && yarn run build:prod"
3737
},
3838
"dependencies": {

0 commit comments

Comments
 (0)