File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ jobs:
458
458
PACKAGE=$(cat build/react-native-package-version)
459
459
PATH_TO_PACKAGE="$REPO_ROOT/build/$PACKAGE"
460
460
node ./scripts/releases/update-template-package.js "{\"react-native\":\"file:$PATH_TO_PACKAGE\"}"
461
- node ./scripts/template/initialize .js --reactNativeRootPath $REPO_ROOT --templateName $ PROJECT_NAME --templateConfigPath "$REPO_ROOT/packages/react-native" --directory "/tmp/$PROJECT_NAME"
461
+ node ./scripts/e2e/init-template-e2e .js --projectName $ PROJECT_NAME --templatePath "$REPO_ROOT/packages/react-native" --directory "/tmp/$PROJECT_NAME" --verbose
462
462
- with_xcodebuild_cache :
463
463
podfile_lock_path : << parameters.podfile_lock_path >>
464
464
pods_build_folder : << parameters.pods_build_folder >>
@@ -1318,4 +1318,4 @@ jobs:
1318
1318
command : echo "//registry.npmjs.org/:_authToken=${CIRCLE_NPM_TOKEN}" > ~/.npmrc
1319
1319
- run :
1320
1320
name : Find and publish all bumped packages
1321
- command : node ./scripts/monorepo/find-and- publish-all-bumped -packages.js
1321
+ command : node ./scripts/releases-ci/ publish-updated -packages.js
You can’t perform that action at this time.
0 commit comments