Skip to content

Commit

Permalink
Merge pull request #15 from qupaya/me/feature/storybook
Browse files Browse the repository at this point in the history
ci: fix storybook build command
  • Loading branch information
Markus-Ende authored Apr 15, 2024
2 parents 19b5028 + 28421f7 commit 27e1724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
${{ runner.os }}-nxcache-
- name: build storybook
run: nx run sketch:build-storybook
run: npx nx run sketch:build-storybook

- name: Publish to Chromatic
# see https://github.com/chromaui/action/tags for versions
Expand Down

0 comments on commit 27e1724

Please sign in to comment.