diff --git a/package.json b/package.json index 01cc627..e9e7882 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "husky": { "hooks": { - "pre-commit": "npm build", + "pre-commit": "npm run build", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } },