Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kepta committed Jul 23, 2023
1 parent cf5532e commit a297cf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: tooling/storybook
storybookBuildDir: tooling/storybook
buildScriptName: 'g:build-storybook'
debug: true
1 change: 1 addition & 0 deletions tooling/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"g:storybook": "storybook dev -p 6006 --no-open",
"g:test-storybook": "test-storybook",
"build-storybook": "storybook build",
"g:build-storybook": "storybook build",
"g:chromatic": "chromatic",
"chromatic": "chromatic"
},
Expand Down

0 comments on commit a297cf5

Please sign in to comment.