Skip to content

Commit 87de660

Browse files
committed
clean up package for publishing
1 parent 5564625 commit 87de660

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
"description": "Utilities to work with merkle trees",
55
"main": "dist/index.js",
66
"scripts": {
7+
"prepublishOnly": "npm run clean",
78
"prepare": "tsc",
9+
"clean": "rm -rf dist",
810
"test": "mocha",
911
"coverage": "c8 npm run test"
1012
},
1113
"files": [
1214
"/src",
1315
"/dist",
14-
"!**/*.tsbuildinfo"
16+
"!**/*.tsbuildinfo",
17+
"!**/*.test.*"
1518
],
1619
"keywords": [],
1720
"author": "Francisco Giordano <[email protected]>",

0 commit comments

Comments
 (0)