mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 14:18:23 +00:00
Fix React Native calling CLI wo location
This commit is contained in:
parent
a962cb659f
commit
d37ffc3cfd
@ -187,7 +187,7 @@ aliases:
|
|||||||
|
|
||||||
- &build-js-bundle
|
- &build-js-bundle
|
||||||
name: Build JavaScript Bundle
|
name: Build JavaScript Bundle
|
||||||
command: node cli.js bundle --max-workers 2 --platform android --dev true --entry-file ReactAndroid/src/androidTest/js/TestBundle.js --bundle-output ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
|
command: node cli.js bundle --max-workers 2 --platform android --dev true --entry-file ReactAndroid/src/androidTest/js/TestBundle.js --bundle-output ReactAndroid/src/androidTest/assets/AndroidTestBundle.js --reactNativePath .
|
||||||
|
|
||||||
- &compile-native-libs
|
- &compile-native-libs
|
||||||
name: Compile Native Libs for Unit and Integration Tests
|
name: Compile Native Libs for Unit and Integration Tests
|
||||||
|
@ -31,7 +31,7 @@ watchman shutdown-server
|
|||||||
|
|
||||||
# integration tests
|
# integration tests
|
||||||
# build JS bundle for instrumentation tests
|
# build JS bundle for instrumentation tests
|
||||||
node 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 --reactNativePath .
|
||||||
|
|
||||||
# build test APK
|
# build test APK
|
||||||
# shellcheck disable=SC1091
|
# shellcheck disable=SC1091
|
||||||
|
@ -17,7 +17,7 @@ echo "Compiling native code..."
|
|||||||
./gradlew :ReactAndroid:packageReactNdkLibsForBuck
|
./gradlew :ReactAndroid:packageReactNdkLibsForBuck
|
||||||
|
|
||||||
echo "Building JS bundle..."
|
echo "Building JS bundle..."
|
||||||
node 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 --reactNativePath .
|
||||||
|
|
||||||
echo "Installing test app on the device..."
|
echo "Installing test app on the device..."
|
||||||
buck fetch ReactAndroid/src/androidTest/buck-runner:instrumentation-tests
|
buck fetch ReactAndroid/src/androidTest/buck-runner:instrumentation-tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user