fix cpu dependencies
Build & Deploy / Build & Push Docker Image (push) Successful in 8m56s
Test / Type Check (all packages) (push) Successful in 3m10s
Build & Deploy / Deploy to VPS (push) Successful in 3s
Test / API Unit Tests (push) Failing after 3m10s
Test / Homepage Unit Tests (push) Failing after 3m10s
Test / Storefront Unit Tests (push) Failing after 3m30s
Test / Admin Unit Tests (push) Failing after 3m43s
Test / Dashboard Unit Tests (push) Has been cancelled
Test / API Integration Tests (push) Has been cancelled

This commit is contained in:
root
2026-06-29 18:25:10 -04:00
parent 3d6607e6c8
commit 1e100cf367
3 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ ENV API_INTERNAL_URL=$API_INTERNAL_URL \
NEXT_PUBLIC_ADMIN_URL=$NEXT_PUBLIC_ADMIN_URL \
SITE_ORIGIN=$SITE_ORIGIN
RUN npm ci
RUN npm ci --include=optional
RUN npm run db:generate
RUN npm run build