Skip to content

Commit 2fe4c05

Browse files
committed
fix git hooks
1 parent f065083 commit 2fe4c05

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
@@ -37,7 +37,7 @@
3737
},
3838
"husky": {
3939
"hooks": {
40-
"prepush": "npm run build"
40+
"pre-push": "npm run build"
4141
}
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)