mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-09 13:37:58 +08:00
Remove remaining references to local-cli
Summary: This removes the remaining references to `local-cli`. We already have a `cli.js` file on the root that was just forwarding to the local-cli folder, so I removed that. It also seems that `setupBabel.js` is no longer necessary in RN. Reviewed By: TheSavior Differential Revision: D13396218 fbshipit-source-id: a945cb91dae39c4b58c5cabcca6b0f0328fc4717
This commit is contained in:
committed by
Facebook Github Bot
parent
eb413bc9e0
commit
63a6bb7637
@@ -3,7 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "KEYSTORE_TARGET", "react_native_dep"
|
||||
# We are running instrumentation tests in simple mode: app code and instrumentation are in the same APK
|
||||
# Currently you need to run these commands to execute tests:
|
||||
#
|
||||
# node local-cli/cli.js bundle --platform android --dev true --entry-file ReactAndroid/src/androidTest/js/TestBundle.js --bundle-output ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
|
||||
# node cli.js bundle --platform android --dev true --entry-file ReactAndroid/src/androidTest/js/TestBundle.js --bundle-output ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
|
||||
# gradle :ReactAndroid:packageReactNdkLibsForBuck
|
||||
# buck install ReactAndroid/src/androidTest/buck-runner:instrumentation-tests
|
||||
# ./scripts/run-android-instrumentation-tests.sh com.facebook.react.tests
|
||||
|
||||
Reference in New Issue
Block a user