Skip to content

Commit 4880c21

Browse files
authored
Mariano/fix 9 (#1893)
* refactor(api): update buildspec to build workspace packages
1 parent 159aa49 commit 4880c21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/api/buildspec.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ phases:
3535
- echo "Installing API dependencies only..."
3636
- bun install --filter=@comp/api --frozen-lockfile || bun install --filter=@comp/api --ignore-scripts || bun install --ignore-scripts
3737

38-
# Build integration-platform package
39-
- echo "Building integration-platform package..."
38+
# Build workspace packages
39+
- echo "Building workspace packages..."
40+
- cd packages/db && bun run build && cd ../..
4041
- cd packages/integration-platform && bun run build && cd ../..
4142

4243
- echo "Building NestJS application..."

0 commit comments

Comments
 (0)