Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"!template/node_modules",
"!template/package-lock.json",
"!template/yarn.lock",
"third-party-podspecs"
"third-party-podspecs",
"types"
],
"scripts": {
"start": "react-native start",
Expand Down
2 changes: 1 addition & 1 deletion scripts/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Make sure we never publish __test__ folders (Gradle output)
**/__*tests__/
**/__tests__/
1 change: 1 addition & 0 deletions types/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__typetests__