Skip to content

Commit 3835177

Browse files
committed
Perform protected branch check on push
1 parent a378631 commit 3835177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
"config": {
6161
"ghooks": {
62-
"pre-commit": "standard"
62+
"pre-push": "thoughtful precommit && standard"
6363
}
6464
},
6565
"keywords": []

0 commit comments

Comments
 (0)