Skip to content

Commit b44f0ab

Browse files
committed
fix: only release build files
1 parent e406d74 commit b44f0ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
},
1414
"author": "Zachary Belford<belfordz66@gmail.com>",
1515
"license": "Apache-2.0",
16+
"files": [
17+
"build",
18+
"!build/**/*.test.*"
19+
],
1620
"devDependencies": {
1721
"@json-schema-tools/meta-schema": "^1.3.0",
1822
"@types/jest": "^26.0.3",

0 commit comments

Comments
 (0)