Skip to content

Commit aeabe1b

Browse files
committed
internal: add lerna script to prerelease
1 parent ba2d4f4 commit aeabe1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"clean": "turbo run clean --parallel",
3636
"lerna:publish": "npm run build:prod && npm whoami && lerna publish from-package --yes",
3737
"lerna:version": "lerna version --no-push --exact --conventional-commits --include-merged-tags --sync-workspace-lock",
38+
"lerna:version:rc": "npm run lerna:version -- --conventional-prerelease --preid rc",
3839
"lerna:changelog": "npx lerna-changelog",
3940
"lerna:modify-package": "lerna exec -- node ../../scripts/modify-pkgjson.mjs",
4041
"bootstrap": "lerna run --scope @umbraco-ui/uui-css clean && lerna run --scope @umbraco-ui/uui-css build && node ./scripts/generate-ts-config.js",

0 commit comments

Comments
 (0)