Skip to content

Commit 1b62d55

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Unbreak react-native CI (#52997)
Summary: Pull Request resolved: #52997 Quick followup of D79481936 Changelog: [Internal] Reviewed By: marcoww6 Differential Revision: D79495826 fbshipit-source-id: e133cf31800455eb4f4968d6995525fa8a843a77
1 parent 16fa3d5 commit 1b62d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native/scripts/ios-prebuild

packages/react-native/scripts/ios-prebuild/hermes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const HermesEngineSourceTypes /*:{
134134
LOCAL_PREBUILT_TARBALL: 'local_prebuilt_tarball',
135135
DOWNLOAD_PREBUILD_TARBALL: 'download_prebuild_tarball',
136136
DOWNLOAD_PREBUILT_NIGHTLY_TARBALL: 'download_prebuilt_nightly_tarball',
137-
} as const;
137+
};
138138

139139
/**
140140
* Checks if the Hermes artifacts are already downloaded and up to date with the specified version.

0 commit comments

Comments
 (0)