diff --git a/package.json b/package.json index 1328a7d..5985342 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "path": "./node_modules/cz-conventional-changelog" }, "ghooks": { - "pre-commit": "npm run test" + "pre-commit": "npm run test:single" } } }