Fix: include devDependencies for TypeScript build

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michele
2026-01-31 14:28:31 +01:00
parent 8b84fae379
commit a1148a0a47

View File

@@ -19,7 +19,7 @@ services:
- NEXT_PUBLIC_SUPABASE_ANON_KEY=${SUPABASE_ANON_KEY}
- SUPABASE_SERVICE_ROLE_KEY=${SUPABASE_SERVICE_ROLE_KEY}
- NEXT_PUBLIC_APP_URL=${APP_URL}
command: sh -c "npm install && npm run build && npm start"
command: sh -c "npm install --include=dev && npm run build && npm start"
deploy:
resources:
limits: