Skip to content

Commit

Permalink
build: use correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed May 31, 2024
1 parent 14b32cb commit fc2e566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: yarn --frozen-lockfile

- name: Build storybook artifacts
run: yarn build-storybook
run: yarn build:storybook

- name: Upload storybook artifacts
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit fc2e566

Please sign in to comment.