Fix `scripts/packager.sh` for RNTester

Summary: fixes RNTester for open source

Reviewed By: bestander

Differential Revision: D5129516

fbshipit-source-id: d7bb7ee23bd57b8c35ca7f3876eed17d88982cef
This commit is contained in:
David Aurelio 2017-05-25 09:36:35 -07:00 committed by Facebook Github Bot
parent 44cd9fcded
commit 6ca492a4d2
1 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,5 @@
# of patent rights can be found in the PATENTS file in the same directory.
THIS_DIR=$(dirname "$0")
node "$THIS_DIR/../local-cli/cli.js" start "$@"
cd "$THIS_DIR/.."
node "./local-cli/cli.js" start "$@"