Skip to content

Commit dd8b387

Browse files
authored
Reënable stats downloading
I'm running out of ideas to keep these commit messages entertaining. Thankfully this should keep the CI green and we can forget any of it ever happened.
1 parent d88a033 commit dd8b387

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
@@ -5,7 +5,7 @@ set -e
55
# Update the local size measurements to the master version
66
# so that the size diff printed at the end of the build is
77
# accurate.
8-
#curl -o scripts/rollup/results.json http://react.zpao.com/builds/master/latest/results.json
8+
curl -o scripts/rollup/results.json http://react.zpao.com/builds/master/latest/results.json
99

1010
yarn build --extract-errors
1111
# Note: since we run the full build including extracting error codes,

0 commit comments

Comments
 (0)