Skip to content

Commit 56379cb

Browse files
committed
Remove the --extract-errors on the circle build
1 parent a0d9b7a commit 56379cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/circleci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
# accurate.
88
curl -o scripts/rollup/results.json http://react.zpao.com/builds/master/latest/results.json
99

10-
yarn build --extract-errors
10+
yarn build
1111
# Note: since we run the full build including extracting error codes,
1212
# it is important that we *don't* reset the change to `scripts/error-codes/codes.json`.
1313
# When production bundle tests run later, it needs to be available.

0 commit comments

Comments
 (0)