Skip to content

Commit

Permalink
fix: stop including test files in package
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Aug 20, 2023
1 parent 0a1f1e4 commit 6ffe117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "dist/index.js",
"type": "module",
"files": [
"dist"
"dist",
"!dist/*.test.*"
],
"scripts": {
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
Expand Down

0 comments on commit 6ffe117

Please sign in to comment.