Skip to content

Commit

Permalink
chore: clean lib before publishing [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 5, 2022
1 parent 67d9eff commit cf06d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"lint": "run-p lint.eslint lint.clang-format",
"lint-test": "run-s lint-test.eslint",
"bench": "node --expose-gc test/bench",
"prepublishOnly": "pnpm run build.js"
"prepublishOnly": "shx rm -rf ./lib && pnpm run build.js"
},
"keywords": [
"zeromq",
Expand Down

0 comments on commit cf06d0b

Please sign in to comment.