mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix bat file (#23967)
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:
committed by
Lorenzo Sciandra
parent
1a35bc5562
commit
581dc3ed21
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user