Skip to content

Commit 9e79b9b

Browse files
authored
Exclude tests directory from package.json files (#795)
## Description This PR excludes `tests` directory from publishing list on npm. ### Introduces a breaking change? - [ ] Yes - [x] No ### Type of change - [ ] Bug fix (change which fixes an issue) - [ ] New feature (change which adds functionality) - [ ] Documentation update (improves or adds clarity to existing documentation) - [x] Other (chores, tests, code style improvements etc.) ### Tested on - [ ] iOS - [ ] Android ### Testing instructions Run `npm pack --dry-run` to check if `tests` directory is not included anymore. ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [x] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [x] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent 7a3d1c5 commit 9e79b9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native-executorch/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"ios",
1515
"cpp",
1616
"common",
17+
"!common/rnexecutorch/tests",
1718
"*.podspec",
1819
"third-party/include",
1920
"third-party",

0 commit comments

Comments
 (0)