Skip to content

Commit 7413f13

Browse files
committed
chore: update lerna config
1 parent c901d3c commit 7413f13

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

lerna.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
3+
"command": {
4+
"version": {
5+
"syncWorkspaceLock": true
6+
}
7+
},
8+
"exact": true,
9+
"forcePublish": true,
10+
"noGitTagVersion": true,
11+
"noPush": true,
312
"npmClient": "pnpm",
413
"packages": [
514
"extensions/**",
615
"packages/**",
716
"test-workspace"
817
],
9-
"version": "3.0.4"
18+
"version": "3.0.4",
19+
"yes": true
1020
}

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 --exact --force-publish --yes --sync-workspace-lock",
10+
"release": "lerna publish",
1111
"release:next": "pnpm run release --dist-tag next",
1212
"test": "vitest run",
1313
"test:update": "vitest run --update",

0 commit comments

Comments
 (0)