Skip to content

Commit

Permalink
prepare environment
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 6, 2024
1 parent ebc0321 commit 52dbded
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chromatic.yml
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Prepare environment
run: |
pnpm run prisma:setup
pnpm run prisma:seed
- name: Run Chromatic
uses: chromaui/action@latest
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -19,6 +19,7 @@
"./*.tsx"
]
},
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
Expand Down

0 comments on commit 52dbded

Please sign in to comment.