Skip to content

Commit cf06d0b

Browse files
committed
chore: clean lib before publishing [skip ci]
1 parent 67d9eff commit cf06d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"lint": "run-p lint.eslint lint.clang-format",
9090
"lint-test": "run-s lint-test.eslint",
9191
"bench": "node --expose-gc test/bench",
92-
"prepublishOnly": "pnpm run build.js"
92+
"prepublishOnly": "shx rm -rf ./lib && pnpm run build.js"
9393
},
9494
"keywords": [
9595
"zeromq",

0 commit comments

Comments
 (0)