mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
Fix packager script breakage when running npm start
This commit is contained in:
parent
d91d28a2a6
commit
2740e08ef7
@ -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