Skip to content

Commit

Permalink
Merge pull request #748 from numerique-gouv/douglasduteil/feat-email-…
Browse files Browse the repository at this point in the history
…storybook-like-email-package

feat(email): storybook like email package
  • Loading branch information
rdubigny authored Oct 17, 2024
2 parents 4397a08 + 96fde71 commit bc4c527
Show file tree
Hide file tree
Showing 27 changed files with 1,355 additions and 119 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
node-version-file: package.json
- run: CYPRESS_INSTALL_BINARY=0 npm ci --include=dev
- run: npm run test:lint
- run: npm run test:workspaces
- run: npm run test:type-check
- run: npm run test:unit
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/node_modules
node_modules
*.swp
*.swo
*.orig
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY tsconfig.json vite.config.mjs ./
COPY assets/ ./assets/
COPY public/ ./public/
COPY src/ ./src/
COPY packages/ ./packages/
COPY package*.json ./
RUN npx run-s build:*

Expand Down
Loading

0 comments on commit bc4c527

Please sign in to comment.