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:
parent
44cd9fcded
commit
6ca492a4d2
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in New Issue