Skip to content

Commit fe1b24f

Browse files
authored
fix: ignore test spec files when publishing on npm
1 parent c7fb86b commit fe1b24f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Tests, Report & Coverage
2+
**/__tests__/*.*
3+
**/*.spec.ts
4+
5+
# build
6+
tsconfig.tsbuildinfo
7+
**/styles/*.*

0 commit comments

Comments
 (0)