Skip to content

Commit 6e02ca8

Browse files
author
Hweinstock
committed
fix(ci): avoid assuming husky exists in CI
1 parent 87581b9 commit 6e02ca8

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
@@ -27,7 +27,7 @@
2727
"format": "prettier --write .",
2828
"format:check": "prettier --check .",
2929
"prepublishOnly": "bun run build",
30-
"prepare": "husky"
30+
"prepare": "husky || true"
3131
},
3232
"lint-staged": {
3333
"*.{ts,tsx}": [

0 commit comments

Comments
 (0)