Skip to content

Commit

Permalink
chore: fixed chromatic build
Browse files Browse the repository at this point in the history
  • Loading branch information
BetimBeja committed Jul 15, 2023
1 parent 5ee24c2 commit 84e8114
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: 18
cache: 'npm'
- name: Install Dependencies
run: cd ./storybook && npm install && cd ..
run: npm install && cd ./storybook && npm install && cd ..
- name: Publish to Chromatic
uses: chromaui/action@v1
# Chromatic GitHub Action options
Expand Down
159 changes: 63 additions & 96 deletions storybook/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84e8114

Please sign in to comment.