Skip to content

Commit

Permalink
Fix bat file
Browse files Browse the repository at this point in the history
Add reactNativePath to cli.js
  • Loading branch information
AliAzizi authored Mar 15, 2019
1 parent ac482cf commit be4ff81
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 be4ff81

Please sign in to comment.