mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Back out "Implement new feature flag system"
Summary: Original commit changeset: 0ba95803f61e Original Phabricator Diff: D52806730 bypass-github-export-checks changelog: [internal] internal Reviewed By: yungsters Differential Revision: D53113947 fbshipit-source-id: ace1222a861a739fcd3f4b0e12c135db47a93344
This commit is contained in:
committed by
Facebook GitHub Bot
parent
31a8bc9644
commit
ffaeaba213
@@ -33,13 +33,6 @@ function describe(message) {
|
||||
try {
|
||||
echo('Executing JavaScript tests');
|
||||
|
||||
describe('Test: feature flags codegen');
|
||||
if (exec(`${YARN_BINARY} run featureflags-check`).code) {
|
||||
echo('Failed to run featureflags check.');
|
||||
exitCode = 1;
|
||||
throw Error(exitCode);
|
||||
}
|
||||
|
||||
describe('Test: eslint');
|
||||
if (exec(`${YARN_BINARY} run lint`).code) {
|
||||
echo('Failed to run eslint.');
|
||||
|
||||
Reference in New Issue
Block a user