Skip to content

Commit c901254

Browse files
committed
fix(npm): ignore test files for npm publishing
1 parent 60ad1f7 commit c901254

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
.yarnrc.yml
66
.yarn
77

8+
src/**/*.spec.ts
9+
src/**/*.test.ts
10+
/__tests__
11+
/__mocks__
12+
813
# Stock
914
*.seed
1015
*.log

0 commit comments

Comments
 (0)