Fix Continuous Deployment script after adding twenty-emails package (#3589)
* Fix cd * Fix server * Fix server * Fix server * Fix server * Fix * Fix docs * Fix
This commit is contained in:
@ -9,7 +9,8 @@ COPY ./yarn.lock .
|
||||
COPY ./.yarnrc.yml .
|
||||
COPY ./.yarn/releases /app/.yarn/releases
|
||||
COPY ./packages/twenty-docs/package.json /app/packages/twenty-docs/package.json
|
||||
RUN yarn
|
||||
COPY ./packages/twenty-emails /app/packages/twenty-emails
|
||||
RUN yarn
|
||||
|
||||
COPY ./packages/twenty-docs /app/packages/twenty-docs
|
||||
RUN yarn nx build twenty-docs
|
||||
|
||||
Reference in New Issue
Block a user