Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 64fcb15

Browse files
committed
Added test step before git push
1 parent 9540614 commit 64fcb15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
},
5858
"husky": {
5959
"hooks": {
60-
"pre-commit": "lint-staged"
60+
"pre-commit": "lint-staged",
61+
"pre-push": "npm run test"
6162
}
6263
},
6364
"lint-staged": {

0 commit comments

Comments
 (0)