File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11# .github/workflows/chromatic.yml
22
33# Workflow name
4- name : ' Chromatic Publish '
4+ name : ' Chromatic'
55
66# Event for the workflow
77on : push
88
99jobs :
1010 chromatic-deployment :
11+ # Operating System
12+ runs-on : ubuntu-latest
13+ # Job steps
1114 steps :
1215 # 👇 Adds Chromatic as a step in the workflow
1316 - name : Publish to Chromatic
1619 with :
1720 # 👇 Chromatic projectToken, refer to the manage page to obtain it.
1821 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
19- exitZeroOnChanges : true # 👈 Option to prevent the workflow from failing
22+ exitZeroOnChanges : true
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const GlobalStyle = createGlobalStyle`
4545 }
4646
4747 code {
48- font-size: 93 %;
48+ font-size: 90 %;
4949 color: #353535;
5050 line-height: 1.7;
5151 border-radius: 4px;
Original file line number Diff line number Diff line change 7474 "@types/styled-components" : " ^5.1.26" ,
7575 "@typescript-eslint/eslint-plugin" : " ^5.35.1" ,
7676 "@typescript-eslint/parser" : " ^5.35.1" ,
77- "babel-jest" : " ^29.0.0 " ,
77+ "babel-jest" : " ^29.0.1 " ,
7878 "babel-loader" : " ^8.2.5" ,
7979 "babel-plugin-styled-components" : " ^2.0.7" ,
80- "chromatic" : " ^6.7.4 " ,
80+ "chromatic" : " ^6.8.0 " ,
8181 "cross-env" : " ^7.0.3" ,
8282 "enzyme" : " ^3.11.0" ,
8383 "eslint" : " ^8.22.0" ,
8484 "eslint-config-poetez" : " ^1.0.0" ,
8585 "eslint-config-prettier" : " ^8.5.0" ,
8686 "eslint-plugin-prettier" : " ^4.2.1" ,
87- "jest" : " ^29.0.0 " ,
88- "jest-environment-jsdom" : " ^29.0.0 " ,
87+ "jest" : " ^29.0.1 " ,
88+ "jest-environment-jsdom" : " ^29.0.1 " ,
8989 "jest-enzyme" : " ^7.1.2" ,
9090 "npm-run-all" : " ^4.1.5" ,
9191 "prettier" : " ^2.7.1" ,
You can’t perform that action at this time.
0 commit comments