mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-06-03 23:16:45 +00:00
fix(build): guard husky prepare for production installs
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
"start:prod": "bun run dist/index.js",
|
"start:prod": "bun run dist/index.js",
|
||||||
"lint": "biome check src/",
|
"lint": "biome check src/",
|
||||||
"test": "bun test",
|
"test": "bun test",
|
||||||
"prepare": "husky"
|
"prepare": "command -v husky >/dev/null 2>&1 && husky || true"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"code-review",
|
"code-review",
|
||||||
|
|||||||
Reference in New Issue
Block a user