All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
The husky prepare script was failing during Docker production builds because husky is a devDependency and isn't available when running `pnpm install --prod --frozen-lockfile`. Changed from `husky install` (deprecated in v9+) to `husky || true` which gracefully handles the case when husky isn't installed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.6 KiB
1.6 KiB