Commit b49dcee
committed
chore(publish): exclude all test files from npm package
Update the files exclusion pattern from `!example/*.test.ts` to
`!**/*.test.ts` to exclude all test files in src/ directory from
being published to npm. Previously only example test files were
excluded, leaving 12 test files in src/ included in the package.1 parent 80c638d commit b49dcee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments