Merge pull request #743 from vinniegarcia/patch-1

Fix packager script breakage when running `npm start`
This commit is contained in:
Christopher Chedeau 2015-04-08 08:06:14 -07:00
commit 436682fbad
1 changed files with 1 additions and 1 deletions

View File

@ -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'});