Skip to content

Commit f2f276e

Browse files
committed
chore(scripts): update prepare script to handle husky exit
1 parent 872ee5b commit f2f276e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/codehz/json-expr.git"
2222
},
2323
"scripts": {
24-
"prepare": "husky",
24+
"prepare": "husky || exit 0",
2525
"build": "tsdown",
2626
"release": "bun run build",
2727
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",

0 commit comments

Comments
 (0)