Skip to content

Commit 84f0305

Browse files
authored
Mariano/integrations architecture (#1882)
* chore(api): modify package.json to remove workspace dependencies
1 parent fdf952e commit 84f0305

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/api/buildspec.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ phases:
8282
- cp -r ../../node_modules/.prisma ../docker-build/node_modules/.prisma
8383

8484
- cp Dockerfile ../docker-build/
85-
- cp package.json ../docker-build/
85+
86+
# Modify package.json to remove workspace dependencies (they're copied manually)
87+
- cat package.json | jq 'del(.dependencies["@comp/integration-platform"])' > ../docker-build/package.json
88+
8689
- cp ../../bun.lock ../docker-build/ || true
8790

8891
- echo "Building Docker image..."

0 commit comments

Comments
 (0)