Skip to content

Commit 02c619c

Browse files
exclude test files from publish
1 parent 10541ea commit 02c619c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@
6969
"files": [
7070
"dist",
7171
"lib",
72-
"src"
72+
"src",
73+
"!*.test.js",
74+
"!*.test.js.snap"
7375
],
7476
"keywords": [
7577
"react",

0 commit comments

Comments
 (0)