Remove pre-push Husky rule; unneeded

This commit is contained in:
nitrohorse
2019-08-03 14:13:01 -07:00
parent 38d5f9254f
commit dd35fd643a

View File

@ -14,8 +14,7 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "npm run html-beautify", "pre-commit": "npm run html-beautify"
"pre-push": "npm run html-beautify"
} }
}, },
"repository": { "repository": {