File tree Expand file tree Collapse file tree 5 files changed +0
-325
lines changed
Expand file tree Collapse file tree 5 files changed +0
-325
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ phases:
3232 - echo "Installing API dependencies only..."
3333 - bun install --filter=@comp/api --frozen-lockfile || bun install --filter=@comp/api --ignore-scripts || bun install --ignore-scripts
3434
35- - echo "Building @trycompai/email package..."
36- - cd packages/email
37- - bun run build
38- - cd ../..
39-
4035 - echo "Building NestJS application..."
4136 - echo "APP_NAME is set to $APP_NAME"
4237 - echo "Current directory $(pwd)"
@@ -60,9 +55,6 @@ phases:
6055 - ' [ -f "../docker-build/src/main.js" ] || { echo "❌ main.js not found in docker-build/src"; exit 1; }'
6156
6257 - mkdir -p ../docker-build/node_modules/@trycompai
63- - mkdir -p ../docker-build/node_modules/@trycompai/email
64- - cp -r ../../packages/email/dist ../docker-build/node_modules/@trycompai/email/
65- - cp ../../packages/email/package.json ../docker-build/node_modules/@trycompai/email/
6658 - mkdir -p ../docker-build/node_modules/@trycompai/utils
6759 - cp -r ../../packages/utils/src ../docker-build/node_modules/@trycompai/utils/
6860 - cp ../../packages/utils/package.json ../docker-build/node_modules/@trycompai/utils/
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11// Email templates
2- export * from './emails/access-granted' ;
3- export * from './emails/access-reclaim' ;
42export * from './emails/all-policy-notification' ;
53export * from './emails/invite' ;
64export * from './emails/invite-portal' ;
75export * from './emails/magic-link' ;
86export * from './emails/marketing/welcome' ;
9- export * from './emails/nda-signing' ;
107export * from './emails/otp' ;
118export * from './emails/policy-notification' ;
129export * from './emails/waitlist' ;
You can’t perform that action at this time.
0 commit comments