Skip to content

Commit d034cec

Browse files
authored
fix: publish workflow (#46)
1 parent 7dc5d73 commit d034cec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"napi": {
1818
"binaryName": "libp2p-quic",
19+
"npmClient": "pnpm",
1920
"targets": [
2021
"aarch64-apple-darwin",
2122
"aarch64-unknown-linux-gnu",
@@ -48,7 +49,7 @@
4849
"dep-check": "aegir dep-check -P test -P src/napi.js",
4950
"docs": "aegir docs",
5051
"lint": "aegir lint",
51-
"prepublishOnly": "napi prepublish -t npm",
52+
"prepublishOnly": "napi prepublish -t npm --no-gh-release",
5253
"test": "aegir test -t node",
5354
"test:chrome": "aegir test -t browser -f ./dist/test/browser.js --cov",
5455
"test:chrome-webworker": "aegir test -t webworker -f ./dist/test/browser.js",

0 commit comments

Comments
 (0)