We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9713e46 commit e731fb5Copy full SHA for e731fb5
apps/api/buildspec.yml
@@ -29,7 +29,7 @@ phases:
29
30
# Install only API workspace dependencies
31
- echo "Installing API dependencies only..."
32
- - bun install --filter=@comp/api --frozen-lockfile || bun install --filter=@comp/api --frozen-lockfile --ignore-scripts
+ - bun install --filter=@comp/api --frozen-lockfile || bun install --filter=@comp/api --ignore-scripts || bun install --ignore-scripts
33
34
# Build NestJS application (prebuild automatically handles Prisma)
35
- echo "Building NestJS application..."
0 commit comments