-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Description
Describe the bug
I think files
section in package.json
isn't working properly, npm pkg. inclide (website, experiments-app, ...) folders that have to be omited
react-native-testing-library/package.json
Lines 27 to 34 in a529a2d
"files": [ | |
"build/", | |
"jest-preset/", | |
"typings/index.flow.js", | |
"pure.js", | |
"dont-cleanup-after-each.js", | |
"!**/test-utils" | |
], |
See:
- https://packagephobia.com/result?p=%40testing-library%2Freact-native
- https://npmfs.com/package/@testing-library/react-native/12.2.1/
Expected behavior
no test/docs/config files in npm pkg.
Steps to Reproduce
npm pack --dry-run
Screenshots
Versions
@testing-library/[email protected]
Metadata
Metadata
Assignees
Labels
No labels