Skip to content

Commit 5bd3d74

Browse files
committed
Add Chromatic script.
1 parent a3789c6 commit 5bd3d74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"test:latest": "yarn add -D -W react@latest react-dom@latest && yarn test",
2626
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
2727
"test:examples": "CI=1 lerna run --scope '*-example' test -- --passWithNoTests --watchAll=false",
28+
"test:chromatic": "chromatic test --app-code iiua39bmt0j --build-script-name build:storybook",
2829
"ci": "yarn lint && yarn test:compat && yarn test:examples",
2930
"build:packages": "lerna run --scope 'react-async*' build",
3031
"build:examples": "lerna run --scope '*-example' build",

0 commit comments

Comments
 (0)