We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fcbb7 commit 1af6c6fCopy full SHA for 1af6c6f
.github/workflows/CI.yml
@@ -165,6 +165,7 @@ jobs:
165
- name: Pack Zeromq
166
if: matrix.os == 'ubuntu-20.04'
167
run: |
168
+ pnpm run build.js
169
pnpm pack
170
171
- name: Upload Pack
package.json
@@ -112,7 +112,6 @@
112
"lint": "run-p format lint.eslint format",
113
"lint-test": "run-s lint-test.eslint",
114
"bench": "node --expose-gc test/bench",
115
- "prepublishOnly": "pnpm run build.js",
116
"bump": "pnpx npm-check-updates -u -x typescript,eslint,chai && pnpx typesync && pnpm update"
117
},
118
"cmake-ts": {
0 commit comments