Summary:
Add reactNativePath to cli.js

Add reactNativePath to cli.js

[GENERAL] [FIXED] - Internal - Update packagers to the latest CLI
Pull Request resolved: https://github.com/facebook/react-native/pull/23967

Differential Revision: D14502855

Pulled By: hramos

fbshipit-source-id: b9804e4fb364c004215227d938fe7101641f5b3c
This commit is contained in:
Ali Akbar Azizi 2019-03-18 07:31:20 -07:00 коммит произвёл Facebook Github Bot
Родитель 6047d42bc7
Коммит 43d3313788
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,6 +6,6 @@
@echo off
title Metro Bundler
call .packager.bat
node "%~dp0..\cli.js" start
node "%~dp0..\cli.js" --reactNativePath ../ start
pause
exit