File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ git submodule update
1313git -C external/shared checkout -- samples/mobilesyncexplorer/bootconfig.json samples/accounteditor/bootconfig.json 2> /dev/null || true
1414
1515# get react native
16- # pushd "libs/SalesforceReact"
17- # rm -rf node_modules
18- # rm yarn.lock
19- # yarn install
20- # ./node_modules/.bin/react-native bundle --platform android --dev true --entry-file node_modules/react-native-force/test/alltests.js --bundle-output ../test/SalesforceReactTest/assets/index.android.bundle --assets-dest ../test/SalesforceReactTest/assets/
21- # popd
16+ pushd " libs/SalesforceReact"
17+ rm -rf node_modules
18+ rm yarn.lock
19+ yarn install
20+ ./node_modules/.bin/react-native bundle --platform android --dev true --entry-file node_modules/react-native-force/test/alltests.js --bundle-output ../test/SalesforceReactTest/assets/index.android.bundle --assets-dest ../test/SalesforceReactTest/assets/
21+ popd
2222
2323# Apply bootconfig placeholder substitution. Usage:
2424# apply_bootconfig_paths [sample_file] path1 path2 ...
You can’t perform that action at this time.
0 commit comments