mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 22:28:09 +00:00
Summary: This removes the remaining references to `local-cli`. We already have a `cli.js` file on the root that was just forwarding to the local-cli folder, so I removed that. It also seems that `setupBabel.js` is no longer necessary in RN. Reviewed By: TheSavior Differential Revision: D13396218 fbshipit-source-id: a945cb91dae39c4b58c5cabcca6b0f0328fc4717
12 lines
270 B
Batchfile
12 lines
270 B
Batchfile
:: Copyright (c) Facebook, Inc. and its affiliates.
|
|
::
|
|
:: This source code is licensed under the MIT license found in the
|
|
:: LICENSE file in the root directory of this source tree.
|
|
|
|
@echo off
|
|
title Metro Bundler
|
|
call .packager.bat
|
|
node "%~dp0..\cli.js" start
|
|
pause
|
|
exit
|