Skip to content

Commit

Permalink
chore: run all size tests before process exists (#11382)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
  • Loading branch information
AllanZhengYP and jimblanc committed Jun 6, 2023
1 parent f7d127d commit 3e5e6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"setup-dev:react-native": "node ./scripts/setup-dev-rn",
"bootstrap": "lerna bootstrap",
"test": "lerna run test --stream",
"test:size": "lerna run test:size",
"test:size": "lerna run test:size --no-bail",
"test:duplicates": "./scripts/duplicates-yarn.sh",
"cypress": "lerna run cypress",
"cypress:open": "lerna run cypress:open",
Expand Down

0 comments on commit 3e5e6f9

Please sign in to comment.