We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c764e commit 940acccCopy full SHA for 940accc
1 file changed
package.json
@@ -28,7 +28,7 @@
28
"release": "bun run scripts/release.ts",
29
"populate-dev": "bun run scripts/populate-dev.ts",
30
"clear-dev": "bun run scripts/clear-dev.ts",
31
- "prepare": "if command -v lefthook >/dev/null 2>&1; then lefthook install; fi",
+ "prepare": "if [ -z \"$CI\" ]; then lefthook install; fi",
32
"format": "bunx biome format --write .",
33
"format:check": "bunx biome format .",
34
"lint": "bunx biome lint --write .",
0 commit comments