mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-19 10:58:27 +08:00
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:
committed by
Facebook Github Bot
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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user