Skip to content

Commit e731fb5

Browse files
authored
chore(api): update bun install command to handle additional installation failures (#1654)
1 parent 9713e46 commit e731fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ phases:
2929

3030
# Install only API workspace dependencies
3131
- echo "Installing API dependencies only..."
32-
- bun install --filter=@comp/api --frozen-lockfile || bun install --filter=@comp/api --frozen-lockfile --ignore-scripts
32+
- bun install --filter=@comp/api --frozen-lockfile || bun install --filter=@comp/api --ignore-scripts || bun install --ignore-scripts
3333

3434
# Build NestJS application (prebuild automatically handles Prisma)
3535
- echo "Building NestJS application..."

0 commit comments

Comments
 (0)