Skip to content

Commit eae91af

Browse files
authored
chore: disable workspaces-update in .npmrc (#85)
Prevents npm version from processing workspaces, fixing the EUNSUPPORTEDPROTOCOL error when semantic-release runs in monorepos with pnpm workspace: protocol dependencies.
1 parent 9ad082b commit eae91af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
registry=https://registry.npmjs.org/
1+
registry=https://registry.npmjs.org/
2+
workspaces-update=false

0 commit comments

Comments
 (0)