We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872ee5b commit f2f276eCopy full SHA for f2f276e
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"url": "https://github.com/codehz/json-expr.git"
22
},
23
"scripts": {
24
- "prepare": "husky",
+ "prepare": "husky || exit 0",
25
"build": "tsdown",
26
"release": "bun run build",
27
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
0 commit comments