Skip to content

Commit

Permalink
fix: storybook folder to use base dir (#7328)
Browse files Browse the repository at this point in the history
* fix: storybook folder to use base dir

* chore: mock fe changes to trigger chromatic

* Revert "chore: mock fe changes to trigger chromatic"

This reverts commit 3244eef.
  • Loading branch information
KenLSM committed May 15, 2024
1 parent b7503a7 commit 2b61ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
autoAcceptChanges: develop
exitOnceUploaded: true
onlyChanged: true
storybookBaseDir: frontend/.storybook
storybookBaseDir: frontend
# Skip running Chromatic on dependabot PRs
skip: dependabot/**
# Only run when the frontend directory has changes
Expand Down

0 comments on commit 2b61ca9

Please sign in to comment.