Files
stack/package.json
Jason Woltje a84d06815e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(docker): Make prepare script work in production builds
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>
2026-02-01 00:30:37 -06:00

1.6 KiB