Skip to content

Commit

Permalink
chore: fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Jun 20, 2024
1 parent 35df7cc commit 5a871d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- uses: bitovi/[email protected]
with:
install_command: npm install # default: npm ci
build_command: npm run build-storybook # default: npm run build-storybook
build_command: npm run storybook:build # default: npm run build-storybook
path: storybook-static # default: dist/storybook
checkout: false # default: true

0 comments on commit 5a871d3

Please sign in to comment.