Skip to content

Commit 43d3313

Browse files
AliAzizifacebook-github-bot
authored andcommittedMar 18, 2019
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: #23967 Differential Revision: D14502855 Pulled By: hramos fbshipit-source-id: b9804e4fb364c004215227d938fe7101641f5b3c
1 parent 6047d42 commit 43d3313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/launchPackager.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
@echo off
77
title Metro Bundler
88
call .packager.bat
9-
node "%~dp0..\cli.js" start
9+
node "%~dp0..\cli.js" --reactNativePath ../ start
1010
pause
1111
exit

0 commit comments

Comments
 (0)
Please sign in to comment.