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.
1 parent 266a4b6 commit 04abc30Copy full SHA for 04abc30
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 [ \"$NODE_ENV\" != \"production\" ]; then husky install; fi",
16
"lint-staged": "lint-staged",
17
"test": "jest",
18
"coverage": "jest --coverage"
0 commit comments