690530:0805 ADR-030-230 context aware #10
CI / CD Pipeline / build (push) Failing after 4m32s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-05-30 08:05:48 +07:00
parent 6799cb1715
commit 32204c9305
6 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ RUN cd backend && \
pnpm run build
# ✅ เพิ่มตรงนี้
RUN test -f /app/backend/dist/main.js || (echo "❌ build failed silently" && exit 1)
# RUN test -f /app/backend/dist/main.js || (echo "❌ build failed silently" && exit 1)
# Deploy with production deps only (pnpm workspace isolation)
RUN PNPM_IGNORE_SCRIPTS=none \