File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ name : " Chromatic"
2+
3+ on :
4+ push :
5+ branches : [master, "[0-9]*.[0-9]*"]
6+ workflow_call :
7+
8+ jobs :
9+ chromatic :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout code
13+ uses : actions/checkout@v4
14+ with :
15+ fetch-depth : 0
16+
17+ - name : Install dependencies
18+ run : npm ci
19+
20+ - name : Publish to Chromatic
21+ uses : chromaui/action@latest
22+ with :
23+ projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Original file line number Diff line number Diff line change 132132 "check-circular-dependencies" : " npx madge --circular --extensions js ./lib/build/" ,
133133 "storybook" : " TEST_MODE=testing storybook dev -p 6006" ,
134134 "build-storybook" : " TEST_MODE=testing storybook build" ,
135- "chromatic" : " npx chromatic --project-token=chpt_ca6c16f6b3fac1f "
135+ "chromatic" : " npx chromatic"
136136 },
137137 "size-limit" : [
138138 {
You can’t perform that action at this time.
0 commit comments