Skip to content

Commit bc4c527

Browse files
authored
Merge pull request #748 from numerique-gouv/douglasduteil/feat-email-storybook-like-email-package
feat(email): storybook like email package
2 parents 4397a08 + 96fde71 commit bc4c527

27 files changed

+1355
-119
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
node-version-file: package.json
2222
- run: CYPRESS_INSTALL_BINARY=0 npm ci --include=dev
2323
- run: npm run test:lint
24+
- run: npm run test:workspaces
2425
- run: npm run test:type-check
2526
- run: npm run test:unit

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/node_modules
1+
node_modules
22
*.swp
33
*.swo
44
*.orig

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ COPY tsconfig.json vite.config.mjs ./
2020
COPY assets/ ./assets/
2121
COPY public/ ./public/
2222
COPY src/ ./src/
23+
COPY packages/ ./packages/
2324
COPY package*.json ./
2425
RUN npx run-s build:*
2526

0 commit comments

Comments
 (0)