Skip to content

Commit c16eb23

Browse files
panagosg7meta-codesync[bot]
authored andcommitted
make run-ci-javascript-tests.js use flow full-check (#54883)
Summary: Pull Request resolved: #54883 `flow full-check` has been available since Flow v0.292.0 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D89097999 fbshipit-source-id: a4e7de0cfe4ac9c52eb067f06b127fb3f3efd0b9
1 parent 9931aeb commit c16eb23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)