Skip to content

Commit

Permalink
fix: ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
halil-pan committed Dec 5, 2021
1 parent c3949cd commit 533fd3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
},
"files": [
"dist",
"!dist/**/*.test.js"
"!dist/**/*.test.*",
"!dist/**/*.test.*.map",
"!dist/**/*.test.d.ts"
]
}

0 comments on commit 533fd3b

Please sign in to comment.