Skip to content

Commit 10b63e8

Browse files
panagosg7facebook-github-bot
authored andcommitted
make run-ci-javascript-tests.js use flow full-check (#54883)
Summary: `flow full-check` has been available since Flow v0.292.0 Reviewed By: SamChou19815 Differential Revision: D89097999
1 parent cd4744c commit 10b63e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-ci-javascript-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ try {
6565
const flowCommand =
6666
FLOW_BINARY == null
6767
? `${YARN_BINARY} run flow-check`
68-
: `${FLOW_BINARY} check`;
68+
: `${FLOW_BINARY} full-check`;
6969
execAndLog(flowCommand);
7070

7171
/*

0 commit comments

Comments
 (0)