Skip to content

Commit 41ecaab

Browse files
authored
chore: configure semantic-release to use pnpm as npm client (#83)
Resolves 'EUNSUPPORTEDPROTOCOL' error when running npm version with pnpm workspace: protocol during release.
1 parent 25a6fd7 commit 41ecaab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.releaserc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"npmClient": "pnpm"
3+
}

0 commit comments

Comments
 (0)