Skip to content

Commit

Permalink
fix Flow failure breaking yarn run build
Browse files Browse the repository at this point in the history
Summary:
`flow-api-translator` can't handle `module.exports`. Simplest fix is to not identify
the bridging file (that we use to register with babel to transpile when run directly)
as a flow file.

Changelog: [Internal] - Fixing an internal build script broken by D56243647

Differential Revision: D56638506
  • Loading branch information
blakef authored and facebook-github-bot committed Apr 26, 2024
1 parent b53c439 commit c0b6cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core-cli-utils/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
* @format
* @oncall react_native
*/
Expand Down

0 comments on commit c0b6cd1

Please sign in to comment.