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 72220a3 commit 673b460Copy full SHA for 673b460
1 file changed
scripts/run-ci-e2e-tests.js
@@ -221,11 +221,11 @@ try {
221
exitCode = 1;
222
throw Error(exitCode);
223
}
224
- if (exec(`${ROOT}/node_modules/.bin/flow check`).code) {
225
- echo('Flow check does not pass');
226
- exitCode = 1;
227
- throw Error(exitCode);
228
- }
+ // if (exec(`${ROOT}/node_modules/.bin/flow check`).code) {
+ // echo('Flow check does not pass');
+ // exitCode = 1;
+ // throw Error(exitCode);
+ // }
229
230
exitCode = 0;
231
0 commit comments