Skip to content

Commit

Permalink
update build command (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
it-harrison authored Jun 11, 2024
1 parent 40bbc14 commit 1b5a577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: yarn install
working-directory: packages/storybook
- name: Publish Storybook
run: yarn chromatic build-storybook --project-token=${{ secrets.CHROMATIC_PROJECT_TOKEN }} --output-dir=/storybook-static
run: yarn build-storybook
working-directory: packages/storybook
- uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 1b5a577

Please sign in to comment.