File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,13 @@ phases:
6565 - echo "Copying node_modules from root..."
6666 - cp -r ../../node_modules ../docker-build/
6767
68- # Override workspace packages with built versions
68+ # Remove workspace symlinks and replace with built versions
69+ - rm -rf ../docker-build/node_modules/@trycompai/utils
70+ - rm -rf ../docker-build/node_modules/@trycompai/db
71+ - rm -rf ../docker-build/node_modules/@comp/integration-platform
72+ - mkdir -p ../docker-build/node_modules/@trycompai/utils
73+ - mkdir -p ../docker-build/node_modules/@trycompai/db
74+ - mkdir -p ../docker-build/node_modules/@comp/integration-platform
6975 - cp -r ../../packages/utils/src ../docker-build/node_modules/@trycompai/utils/
7076 - cp ../../packages/utils/package.json ../docker-build/node_modules/@trycompai/utils/
7177 - cp -r ../../packages/db/dist ../docker-build/node_modules/@trycompai/db/
You can’t perform that action at this time.
0 commit comments