File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments