We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea916d commit 79aece3Copy full SHA for 79aece3
scripts/circleci/build.sh
@@ -4,6 +4,11 @@ set -e
4
5
yarn build --extract-errors
6
7
+# Note: since we run the full build including extracting error codes,
8
+# it is important that we *don't* reset the change to `scripts/error-codes/codes.json`.
9
+# When production bundle tests run later, it needs to be available.
10
+# See https://github.com/facebook/react/pull/11655.
11
+
12
# Do a sanity check on bundles
13
node ./scripts/rollup/validate/index
14
0 commit comments