Move pre-commit to pre-push
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm run test"
|
||||
"pre-push": "npm run test"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user