All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Docker COPY replaces directory contents, so copying source code after node_modules was wiping the deps. Reordered to: 1. Copy source code first 2. Copy node_modules second (won't be overwritten) Fixes API build failure: "dist not found" Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3.4 KiB
3.4 KiB