Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmumm committed Nov 9, 2024
1 parent 23bf890 commit 0c229d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: |
npm cache clean --force
npm ci
run: npm ci

- name: Install Playwright browsers
run: npx playwright install --with-deps
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"vaul": "^1.1.1",
"wrangler": "^3.80.2",
"xstate": "^5.18.2",
"zod": "^3.23.8"
"zod": "^3.23.8",
"glob": "^7.2.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
Expand Down

0 comments on commit 0c229d6

Please sign in to comment.