chore: skip husky in production installs
Some checks failed
Build and Deploy / quality (push) Successful in 1m43s
Build and Deploy / build-and-deploy (push) Failing after 1m56s

This commit is contained in:
lila 2026-04-30 01:36:07 +02:00
parent 47a0becc6e
commit 5f553930c2

View file

@ -6,7 +6,7 @@
"scripts": {
"build": "pnpm --filter @lila/shared build && pnpm --filter @lila/db build && pnpm --filter @lila/api build",
"dev": "concurrently --names \"api,web\" -c \"magenta.bold,green.bold\" \"pnpm --filter @lila/api dev\" \"pnpm --filter @lila/web dev\"",
"prepare": "husky",
"prepare": "husky || true",
"test": "vitest",
"test:run": "vitest run",
"lint": "eslint .",