Skip to content

Commit e8af5b8

Browse files
committed
Make sure sdks/.hermesversion is included inside the NPM package.
Summary: The sdks/.hermesversion file should be included inside the React Native NPM package. While this file is available on the release branch, so it's effectively used during artifact preparation, the file should also be included inside the react-native NPM package. This commit addresses it. Changelog: [Internal] - Make sure sdks/.hermesversion is included inside the NPM package Reviewed By: dmitryrykun Differential Revision: D36785480 fbshipit-source-id: 1152de77818e92814b402a57ca5a05c235747eac
1 parent 7262acc commit e8af5b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"scripts/react_native_pods_utils/script_phases.sh",
5858
"scripts/react_native_pods.rb",
5959
"scripts/react-native-xcode.sh",
60+
"sdks/.hermesversion",
6061
"sdks/hermes-engine",
6162
"sdks/hermesc",
6263
"template.config.js",

0 commit comments

Comments
 (0)