Skip to content

Commit f86edb6

Browse files
committed
Bringing back code that was commented out while testing
1 parent 2e2b5c6 commit f86edb6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ git submodule update
1313
git -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 ...

0 commit comments

Comments
 (0)