We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabe285 commit 9713e46Copy full SHA for 9713e46
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 || bun install --filter=@comp/api --frozen-lockfile --ignore-scripts
33
34
# Build NestJS application (prebuild automatically handles Prisma)
35
- echo "Building NestJS application..."
apps/api/package.json
@@ -4,6 +4,8 @@
4
"version": "0.0.1",
5
"author": "",
6
"dependencies": {
7
+ "@prisma/client": "^6.13.0",
8
+ "prisma": "^6.13.0",
9
"@aws-sdk/client-s3": "^3.859.0",
10
"@aws-sdk/s3-request-presigner": "^3.859.0",
11
"@nestjs/common": "^11.0.1",
0 commit comments