File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 "test:latest" : " yarn add -D -W react@latest react-dom@latest && yarn resolutions:fix-react && yarn test" ,
2727 "test:compat" : " yarn test:backwards && yarn test:forwards && yarn test:latest" ,
2828 "test:examples" : " CI=1 lerna run --scope '*-example' test -- --passWithNoTests --watchAll=false" ,
29- "test:chromatic" : " chromatic --app-code iiua39bmt0j --build-script-name build:storybook --exit-zero-on-changes" ,
29+ "test:chromatic" : " chromatic -t iiua39bmt0j -b build:storybook --exit-zero-on-changes" ,
3030 "resolutions:fix-react" : " jq '.resolutions.react = .devDependencies.react|.resolutions.\" react-dom\" =.devDependencies.react' package.json > package.json.new && mv package.json.new package.json && yarn install" ,
3131 "ci" : " yarn lint && yarn test:compat && yarn test:examples" ,
3232 "build:packages" : " lerna run --scope 'react-async*' build" ,
6060 "babel-eslint" : " 10.1.0" ,
6161 "babel-jest" : " 24.9.0" ,
6262 "babel-loader" : " 8.1.0" ,
63+ "chromatic" : " 5.2.0" ,
6364 "copyfiles" : " 2.2.0" ,
6465 "eslint" : " 6.8.0" ,
6566 "eslint-config-prettier" : " 6.11.0" ,
7879 "react" : " 16.13.1" ,
7980 "react-async" : " 10.0.0-alpha.0" ,
8081 "react-dom" : " 16.13.1" ,
81- "storybook-chromatic" : " 3.5.5" ,
8282 "typescript" : " 3.8.3"
8383 },
8484 "resolutions" : {
You can’t perform that action at this time.
0 commit comments