Skip to content

Commit c010834

Browse files
committed
chore: exclude test files and CI config from npm package
The __tests__/ directory and .github/ workflows are currently shipped to npm but are not needed by consumers. Adding a .npmignore reduces the package size.
1 parent 10e0cea commit c010834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__tests__
2+
.github

0 commit comments

Comments
 (0)