Skip to content

Commit e3c88eb

Browse files
cortinicofacebook-github-bot
authored andcommitted
Do not bundle ReactAndroid/.cxx inside the npm package
Summary: With CMake we're accidentally bundling the .cxx folder inside the NPM package. This is making the package explode and is letting the publishing of nightly fail Changelog: [Internal] [Changed] - Do not bundle ReactAndroid/.cxx inside the npm package Reviewed By: ShikaSD Differential Revision: D35110743 fbshipit-source-id: fb51f0c4948479e2fcf96f5ac8df6362d5875421
1 parent 0a517ae commit e3c88eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ReactAndroid/.npmignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Make sure we never publish ReactAndroid/build (Gradle output) to npm.
2-
# The folder is huge (> 100MB)!
1+
# Make sure we never publish ReactAndroid/build (Gradle output)
2+
# or ReactAndroid/.cxx (CMake output) to npm.
3+
# Those folders are huge (> 100MB)!
34
build/
5+
.cxx/
46
# Exclude buck config/jars for third-party libraries
57
src/main/third-party/

0 commit comments

Comments
 (0)