Skip to content

Commit ec10d76

Browse files
committed
Update script again
1 parent 7f60654 commit ec10d76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: ⚡ Run chromatic
102102
# 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
104104
# uses: chromaui/[email protected]
105105
# Chromatic GitHub Action options
106106
# with:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"validate": "run-p \"test -- --run\" lint typecheck",
1717
"storybook": "storybook dev -p 6006",
1818
"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"
2021
},
2122
"prettier": {},
2223
"eslintIgnore": [

0 commit comments

Comments
 (0)