Skip to content

Commit 6ffe117

Browse files
committed
fix: stop including test files in package
1 parent 0a1f1e4 commit 6ffe117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "dist/index.js",
66
"type": "module",
77
"files": [
8-
"dist"
8+
"dist",
9+
"!dist/*.test.*"
910
],
1011
"scripts": {
1112
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",

0 commit comments

Comments
 (0)