mirror of
https://github.com/status-im/react-native.git
synced 2025-03-01 17:40:37 +00:00
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…
x
Reference in New Issue
Block a user