Skip to content

Commit a7f8ce0

Browse files
committed
fix: prevent built test files from being bundled in npm package
1 parent 4947b67 commit a7f8ce0

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
@@ -31,7 +31,9 @@
3131
"files": [
3232
"**/*.js",
3333
"**/*.js.map",
34-
"**/*.d.ts"
34+
"**/*.d.ts",
35+
"!**/*.spec.*",
36+
"commitlint.config.js"
3537
],
3638
"dependencies": {
3739
"tslib": "^2.4.0"

0 commit comments

Comments
 (0)