Skip to content

Commit 4fd2518

Browse files
authored
Merge pull request #10267 from ethereum/chromatic-script
Add chromatic script
2 parents 5a622c2 + 28bb5c7 commit 4fd2518

File tree

2 files changed

+458
-25
lines changed

2 files changed

+458
-25
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"@types/styled-system": "^5.1.15",
105105
"babel-loader": "^8.3.0",
106106
"babel-preset-gatsby": "^2.23.0",
107+
"chromatic": "^6.17.4",
107108
"github-slugger": "^1.3.0",
108109
"gray-matter": "^4.0.3",
109110
"husky": "^4.2.5",
@@ -137,6 +138,7 @@
137138
"type-check": "tsc --noEmit",
138139
"storybook": "storybook dev -p 6006 -c .storybook",
139140
"build-storybook": "storybook build",
141+
"chromatic": "chromatic --project-token fee8e66c9916",
140142
"theme": "chakra-cli tokens src/@chakra-ui/gatsby-plugin/theme.ts",
141143
"theme:watch": "chakra-cli tokens src/@chakra-ui/gatsby-plugin/theme.ts --watch"
142144
},

0 commit comments

Comments
 (0)