Skip to content

Commit

Permalink
ci: fix storybook build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Apr 15, 2024
1 parent 2cefc27 commit 28421f7
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 28421f7

Please sign in to comment.