Merge pull request #743 from vinniegarcia/patch-1
Fix packager script breakage when running `npm start`
This commit is contained in:
commit
436682fbad
|
@ -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'});
|
||||
|
|
Loading…
Reference in New Issue