Skip to content

Commit 6a8e9f1

Browse files
cipolleschifacebook-github-bot
cipolleschi
authored andcommitted
Generated from a GitHub Pull Request. Run 'jf sync' on this diff to load the correct commit data.
Differential Revision: D74882001
1 parent 29a3f43 commit 6a8e9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async function main() {
109109
};
110110

111111
// HERMES ARTIFACTS
112-
await prepareHermesArtifactsAsync(currentVersion, 'release');
112+
await prepareHermesArtifactsAsync(currentVersion, 'debug');
113113

114114
// CODEGEN
115115
const codegenPath = path.join(root, '.build/codegen');

0 commit comments

Comments
 (0)