mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8db233670f
commit
f1775ba67b
@@ -60,6 +60,7 @@
|
||||
"scripts/cocoapods/flipper.rb",
|
||||
"scripts/cocoapods/new_architecture.rb",
|
||||
"scripts/react-native-xcode.sh",
|
||||
"sdks/.hermesversion",
|
||||
"sdks/hermes-engine",
|
||||
"sdks/hermesc",
|
||||
"template.config.js",
|
||||
|
||||
Reference in New Issue
Block a user