Skip to content

Commit 028cb98

Browse files
committed
build(release): Use pnpm to publish so publishConfig is used
1 parent d2efa8c commit 028cb98

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.release-it.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"release": true
77
},
88
"npm": {
9-
"publish": true
9+
"publish": true,
10+
"publishArgs": [
11+
"--npm.pnpm"
12+
]
1013
}
1114
}

0 commit comments

Comments
 (0)