We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b98031 commit 3730583Copy full SHA for 3730583
package.json
@@ -7,7 +7,7 @@
7
"watch:base": "tsc -b -w",
8
"watch:vue": "cd ./extensions/vscode && pnpm run watch",
9
"prerelease": "pnpm run build && pnpm run test",
10
- "release": "lerna publish --no-push --no-git-tag-version",
+ "release": "lerna publish --no-push --no-git-tag-version --allow-peer-dependencies-update",
11
"release:next": "pnpm run release --dist-tag next",
12
"test": "vitest run",
13
"test:update": "vitest run --update",
0 commit comments