Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarton committed Nov 12, 2024
1 parent f627d5d commit b47469a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: true
exitOnceUploaded: true
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"test": "jest --env=jsdom",
"build": "ROLLUP_WATCH=false rollup -c --bundleConfigAsCjs",
"storybook": "storybook dev -p 6006",
"chromatic": "chromatic --exit-zero-on-changes",
"build-storybook": "storybook build",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write ."
Expand Down

0 comments on commit b47469a

Please sign in to comment.