Skip to content

Commit f159d72

Browse files
committed
fix: sync jobs.yml
1 parent 6a3898d commit f159d72

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.circleci/configurations/jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ jobs:
458458
PACKAGE=$(cat build/react-native-package-version)
459459
PATH_TO_PACKAGE="$REPO_ROOT/build/$PACKAGE"
460460
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
462462
- with_xcodebuild_cache:
463463
podfile_lock_path: << parameters.podfile_lock_path >>
464464
pods_build_folder: << parameters.pods_build_folder >>
@@ -1318,4 +1318,4 @@ jobs:
13181318
command: echo "//registry.npmjs.org/:_authToken=${CIRCLE_NPM_TOKEN}" > ~/.npmrc
13191319
- run:
13201320
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

packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export type EdgeInsetsValue = {
3434
bottom: number,
3535
};
3636

37-
export type CursorValue = ?('auto' | 'pointer');
38-
3937
export type DimensionValue = number | string | 'auto' | AnimatedNode | null;
4038
export type AnimatableNumericValue = number | AnimatedNode;
4139

packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7422,7 +7422,6 @@ export type EdgeInsetsValue = {
74227422
right: number,
74237423
bottom: number,
74247424
};
7425-
export type CursorValue = ?(\\"auto\\" | \\"pointer\\");
74267425
export type DimensionValue = number | string | \\"auto\\" | AnimatedNode | null;
74277426
export type AnimatableNumericValue = number | AnimatedNode;
74287427
export type CursorValue = \\"auto\\" | \\"pointer\\";

0 commit comments

Comments
 (0)