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 159aa49 commit 4880c21Copy full SHA for 4880c21
apps/api/buildspec.yml
@@ -35,8 +35,9 @@ phases:
35
- echo "Installing API dependencies only..."
36
- bun install --filter=@comp/api --frozen-lockfile || bun install --filter=@comp/api --ignore-scripts || bun install --ignore-scripts
37
38
- # Build integration-platform package
39
- - echo "Building integration-platform package..."
+ # Build workspace packages
+ - echo "Building workspace packages..."
40
+ - cd packages/db && bun run build && cd ../..
41
- cd packages/integration-platform && bun run build && cd ../..
42
43
- echo "Building NestJS application..."
0 commit comments