Skip to content

Commit 6ccc8b9

Browse files
build(git-hooks): bring back prepush hook
1 parent 022bb6b commit 6ccc8b9

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
@@ -35,6 +35,7 @@
3535
"deploy-docs": "ts-node tools/gh-pages-publish",
3636
"lint": "tslint --project tsconfig.json -t codeFrame --fix",
3737
"lint:ci": "tslint --project tsconfig.json -t codeFrame",
38+
"prepush": "npm run test:prod && npm run build",
3839
"report-coverage": "cat ./coverage/lcov.info | coveralls",
3940
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
4041
"test": "jest",

0 commit comments

Comments
 (0)