mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e1575857dd
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49102 Moves this script one level up. In the next diff, will be used to support execution of scripts themselves, as well as `packages/`. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D68960279 fbshipit-source-id: 7b62420c269dc1c1366ac9a827db078d34cb86c5
14 lines
335 B
JavaScript
14 lines
335 B
JavaScript
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @format
|
|
* @oncall react_native
|
|
*/
|
|
|
|
require('../../../scripts/babel-register').registerForMonorepo();
|
|
|
|
module.exports = require('./runner');
|