Skip to content

Commit a111387

Browse files
committed
chore: set fallback for 'husky command not found'
1 parent 2a1fe1f commit a111387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"fix": "eslint \"packages/**/*.ts\" --fix",
2222
"lint": "eslint \"packages/**/*.ts\"",
2323
"lint-staged": "lint-staged",
24-
"prepare": "husky install",
24+
"prepare": "husky install || true",
2525
"pretest": "pnpm build",
2626
"reinstall": "pnpm clean:unix && pnpm install",
2727
"script:list-packages": "tsx ./scripts/list-packages.ts",

0 commit comments

Comments
 (0)