We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3789c6 commit 5bd3d74Copy full SHA for 5bd3d74
package.json
@@ -25,6 +25,7 @@
25
"test:latest": "yarn add -D -W react@latest react-dom@latest && yarn test",
26
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
27
"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",
29
"ci": "yarn lint && yarn test:compat && yarn test:examples",
30
"build:packages": "lerna run --scope 'react-async*' build",
31
"build:examples": "lerna run --scope '*-example' build",
0 commit comments