We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14ab23 commit f426f89Copy full SHA for f426f89
1 file changed
package.json
@@ -38,7 +38,7 @@
38
"knip": "knip --config knip.config.js",
39
"hooks:pre-push": "npm run lint:commit && npm run lint && npm run knip",
40
"lint:commit": "commitlint -e",
41
- "prepare": "node ./.husky/skip.js || husky",
+ "prepare": "test -f ./.husky/skip.js && node ./.husky/skip.js || test -d ./.git && husky || true",
42
"clean-coverage": "rimraf coverage",
43
"clean-lib": "rimraf lib",
44
"clean-test-tmp": "rimraf test/tmp",
0 commit comments