File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
101
101
- name : ⚡ Run chromatic
102
102
# uses: chromaui/action@latest
103
- run : npm run chromatic --project-token=chpt_dec3c7503a78448 --exit-once-uploaded --exit-zero-on-changes --only-changed --storybook-build-dir "storybook-static" --skip "@(renovate/**|dependabot/**)"
103
+ run : npm run chromatic
104
104
# uses: chromaui/[email protected]
105
105
# Chromatic GitHub Action options
106
106
# with:
Original file line number Diff line number Diff line change 16
16
"validate" : " run-p \" test -- --run\" lint typecheck" ,
17
17
"storybook" : " storybook dev -p 6006" ,
18
18
"build-storybook" : " storybook build" ,
19
- "test-storybook" : " test-storybook --coverage"
19
+ "test-storybook" : " test-storybook --coverage" ,
20
+ "chromatic" : " npm run chromatic --project-token=chpt_dec3c7503a78448 --exit-once-uploaded --exit-zero-on-changes --only-changed --storybook-build-dir storybook-static"
20
21
},
21
22
"prettier" : {},
22
23
"eslintIgnore" : [
You can’t perform that action at this time.
0 commit comments