Skip to content

Commit

Permalink
fix: broken github actions due to use an old build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Apr 17, 2024
1 parent fdf102a commit bf21a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-component-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build storybook
run: npm run storybook:build
run: npm run storybook-build
- name: Deploy storybook
run: npm run storybook:deploy -- --source-branch main --ci
env:
Expand Down

0 comments on commit bf21a17

Please sign in to comment.