Skip to content

Commit

Permalink
Fixed typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefeiss committed Mar 27, 2024
1 parent 3512305 commit 3464026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_to_next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: CI=false pnpm build
- name: Build Storybook
working-directory: ./prez-components
run: CI=false pnpm build
run: CI=false pnpm build-storybook
- name: Build prez-ui
working-directory: ./prez-ui
run: CI=false pnpm generate
Expand Down

0 comments on commit 3464026

Please sign in to comment.