Skip to content

Commit 3730583

Browse files
committed
fix(release): allow peer dependencies update during lerna publish
Refs: #5589 (comment)
1 parent 1b98031 commit 3730583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"watch:base": "tsc -b -w",
88
"watch:vue": "cd ./extensions/vscode && pnpm run watch",
99
"prerelease": "pnpm run build && pnpm run test",
10-
"release": "lerna publish --no-push --no-git-tag-version",
10+
"release": "lerna publish --no-push --no-git-tag-version --allow-peer-dependencies-update",
1111
"release:next": "pnpm run release --dist-tag next",
1212
"test": "vitest run",
1313
"test:update": "vitest run --update",

0 commit comments

Comments
 (0)