Skip to content

Commit 4f2cf50

Browse files
chore: Exclude tests from published dist
1 parent 0ab3b65 commit 4f2cf50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"scripts",
3030
"CHANGELOG.md",
3131
"LICENSE",
32-
"npm-shrinkwrap.json"
32+
"npm-shrinkwrap.json",
33+
"!build/test"
3334
],
3435
"scripts": {
3536
"build": "tsc -b",

0 commit comments

Comments
 (0)