File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2525 "test:latest" : " yarn add -D -W react@latest react-dom@latest && yarn resolutions:fix-react && 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 --app-code iiua39bmt0j --build-script-name build:storybook" ,
28+ "test:chromatic" : " chromatic --app-code iiua39bmt0j --build-script-name build:storybook --exit-zero-on-changes " ,
2929 "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" ,
3030 "ci" : " yarn lint && yarn test:compat && yarn test:examples" ,
3131 "build:packages" : " lerna run --scope 'react-async*' build" ,
You can’t perform that action at this time.
0 commit comments