mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: I found in 0.74.0-rc.x, `ccache_enabled` is introduced. However, it is not being delivered via npm. fixes https://github.com/facebook/react-native/issues/43633 Changelog: [iOS] [Fixed] - Adding ccache_clang wrapper scripts to package.json for distribution Pull Request resolved: https://github.com/facebook/react-native/pull/43634 Reviewed By: cortinico Differential Revision: D55308743 Pulled By: blakef fbshipit-source-id: e89a4bb3a1fbf8562d880b4c9d25dc9083717ba6
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
"scripts/hermes/hermes-utils.js",
|
||||
"scripts/hermes/prepare-hermes-for-build.js",
|
||||
"scripts/ios-configure-glog.sh",
|
||||
"scripts/xcode/ccache-clang++.sh",
|
||||
"scripts/xcode/ccache-clang.sh",
|
||||
"scripts/xcode/ccache.conf",
|
||||
"scripts/xcode/with-environment.sh",
|
||||
"scripts/native_modules.rb",
|
||||
"scripts/node-binary.sh",
|
||||
|
||||
Reference in New Issue
Block a user