Skip to content

Commit 9713e46

Browse files
authored
Mariano/fix apis 2 (#1653)
* chore: fix api script * chore(api): update bun install command to handle installation failures
1 parent eabe285 commit 9713e46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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
32+
- bun install --filter=@comp/api --frozen-lockfile || bun install --filter=@comp/api --frozen-lockfile --ignore-scripts
3333

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

apps/api/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"version": "0.0.1",
55
"author": "",
66
"dependencies": {
7+
"@prisma/client": "^6.13.0",
8+
"prisma": "^6.13.0",
79
"@aws-sdk/client-s3": "^3.859.0",
810
"@aws-sdk/s3-request-presigner": "^3.859.0",
911
"@nestjs/common": "^11.0.1",

0 commit comments

Comments
 (0)