mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Convert build scripts to regular Flow syntax (#49103)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49103 Changelog: [Internal] Reviewed By: j-piasecki Differential Revision: D68960540 fbshipit-source-id: 0ac01529eaea97db98b85b6021532092997d633b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e1575857dd
commit
3cf400a51b
@@ -9,6 +9,8 @@
|
||||
* @oncall react_native
|
||||
*/
|
||||
|
||||
require('../babel-register').registerForScript();
|
||||
|
||||
const {BUILD_DIR, PACKAGES_DIR} = require('./build');
|
||||
const {buildConfig} = require('./config');
|
||||
const fs = require('fs');
|
||||
|
||||
Reference in New Issue
Block a user