Skip to content

Commit

Permalink
feat(email): isolate is free email fn
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Nov 19, 2024
1 parent 1094ca8 commit 34c3b8e
Show file tree
Hide file tree
Showing 14 changed files with 760 additions and 614 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN corepack enable
RUN --mount=type=bind,source=package.json,target=package.json \
--mount=type=bind,source=package-lock.json,target=package-lock.json \
--mount=type=bind,source=packages/email/package.json,target=packages/email/package.json \
--mount=type=bind,source=packages/core/package.json,target=packages/core/package.json \
--mount=type=cache,target=/root/.npm \
npm ci --omit=dev

Expand All @@ -16,6 +17,7 @@ ENV CYPRESS_INSTALL_BINARY=0
RUN --mount=type=bind,source=package.json,target=package.json \
--mount=type=bind,source=package-lock.json,target=package-lock.json \
--mount=type=bind,source=packages/email/package.json,target=packages/email/package.json \
--mount=type=bind,source=packages/core/package.json,target=packages/core/package.json \
--mount=type=cache,target=/root/.npm \
npm ci
COPY tsconfig.json vite.config.mjs ./
Expand Down
Loading

0 comments on commit 34c3b8e

Please sign in to comment.