Skip to content

Commit aa1c633

Browse files
Revert "refactor(prepush-hook): remove temp"
This reverts commit df3ebc5.
1 parent 4b3f513 commit aa1c633

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
@@ -45,6 +45,7 @@
4545
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
4646
"prettier:all": "prettier --write --config ./.prettierrc.yml '{src,test}/**/*.ts'",
4747
"precommit": "lint-staged",
48+
"prepush": "npm run test:prod && npm run build",
4849
"commitmsg": "validate-commit-msg"
4950
},
5051
"lint-staged": {

0 commit comments

Comments
 (0)