We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 266a4b6 + 9874517 commit 05c3b65Copy full SHA for 05c3b65
package.json
@@ -12,7 +12,7 @@
12
"build": "rm -rf node_modules/.tmp && tsc -b --verbose",
13
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
14
"preview": "vite preview",
15
- "prepare": "husky",
+ "prepare": "if [ -d .git ] && command -v husky >/dev/null 2>&1; then husky install; else echo 'Skipping husky install'; fi",
16
"lint-staged": "lint-staged",
17
"test": "jest",
18
"coverage": "jest --coverage"
0 commit comments