SIGN IN SIGN UP

Don't extract errors in CI (#15758)

Removes `--extract-errors` argument from CI build script command.
Instead, the author is expected to run `yarn extract-errors` locally
or manually edit the error code map.

The lint rule should be sufficient to catch unminified errors, but
as an extra precaution, I added a post-build step that greps the
production bundles. The post-build step works even if someone disables
the lint rule for a specific line or file.
A
Andrew Clark committed
30b1a8009ce92d69b6debd1ff45dbb8a60f33b2f
Parent: 112168f
Committed by GitHub <noreply@github.com> on 5/29/2019, 9:20:29 PM