Skip to content

Commit

Permalink
Fix bat file (#23967)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AliAzizi authored and facebook-github-bot committed Mar 18, 2019
1 parent 6047d42 commit 43d3313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/launchPackager.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 43d3313

Please sign in to comment.