Skip to content

Commit 1af6c6f

Browse files
committed
ci: ensure lib files are in the zeromq pack
1 parent 00fcbb7 commit 1af6c6f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
- name: Pack Zeromq
166166
if: matrix.os == 'ubuntu-20.04'
167167
run: |
168+
pnpm run build.js
168169
pnpm pack
169170
170171
- name: Upload Pack

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
"lint": "run-p format lint.eslint format",
113113
"lint-test": "run-s lint-test.eslint",
114114
"bench": "node --expose-gc test/bench",
115-
"prepublishOnly": "pnpm run build.js",
116115
"bump": "pnpx npm-check-updates -u -x typescript,eslint,chai && pnpx typesync && pnpm update"
117116
},
118117
"cmake-ts": {

0 commit comments

Comments
 (0)