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 cc3906e + b5380f6 commit 10c0f98Copy full SHA for 10c0f98
1 file changed
package.json
@@ -37,7 +37,7 @@
37
"lint": "eslint .",
38
"format:check": "prettier --check .",
39
"release": "pnpm build && changeset publish",
40
- "prepare": "husky"
+ "prepare": "husky || true"
41
},
42
"lint-staged": {
43
"*.{ts,mts,js,mjs,cjs,json,html,css,md}": "prettier --write",
0 commit comments