Skip to content

Commit b47469a

Browse files
committed
tidy up
1 parent f627d5d commit b47469a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/chromatic.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
- name: Run Chromatic
2323
uses: chromaui/action@latest
2424
with:
25-
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
25+
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
26+
exitZeroOnChanges: true
27+
exitOnceUploaded: true

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"test": "jest --env=jsdom",
1010
"build": "ROLLUP_WATCH=false rollup -c --bundleConfigAsCjs",
1111
"storybook": "storybook dev -p 6006",
12-
"chromatic": "chromatic --exit-zero-on-changes",
1312
"build-storybook": "storybook build",
1413
"prettier:check": "prettier --check .",
1514
"prettier:write": "prettier --write ."

0 commit comments

Comments
 (0)