From f1775ba67b1aa4428dc769b9b2bdd2680dbd30de Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 1 Jun 2022 02:56:42 -0700 Subject: [PATCH] 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 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 56875a9be7e816..ad71a2d4596a39 100644 --- a/package.json +++ b/package.json @@ -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",