mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 17:34:07 +08:00
Merge pull request #743 from vinniegarcia/patch-1
Fix packager script breakage when running `npm start`
This commit is contained in:
@@ -28,7 +28,7 @@ function run() {
|
||||
switch (args[0]) {
|
||||
case 'start':
|
||||
spawn('sh', [
|
||||
path.resolve(__dirname, 'packager', 'packager.sh'),
|
||||
path.resolve(__dirname, '../packager', 'packager.sh'),
|
||||
'--projectRoots',
|
||||
process.cwd(),
|
||||
], {stdio: 'inherit'});
|
||||
|
||||
Reference in New Issue
Block a user