build: fixing an automatic build line for Husky

This commit is contained in:
D. Moonfire 2018-12-27 09:08:39 -06:00
parent d7a6bf193c
commit eba1ed1e48

View file

@ -29,7 +29,7 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "npm build", "pre-commit": "npm run build",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
} }
}, },