Skip to content

Commit e8fa0b4

Browse files
committed
chore: add lerna
1 parent 3c0f8b7 commit e8fa0b4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lerna.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3+
"version": "2.0.0",
4+
"npmClient": "pnpm"
5+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"build:charts": "pnpm --filter=@sensoro-design/charts run build",
1717
"build:plots": "pnpm --filter=@sensoro-design/plots run build",
1818
"release": "walrus release",
19+
"release:version": "lerna version --no-changelog --no-push --no-git-tag-version --no-private",
1920
"release:alpha:patch": "walrus release patch --stage alpha --tag next",
2021
"release:alpha:minor": "walrus release minor --stage alpha --tag next",
2122
"release:alpha:major": "walrus release major --stage alpha --tag next",

0 commit comments

Comments
 (0)