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 ba2d4f4 commit aeabe1bCopy full SHA for aeabe1b
package.json
@@ -35,6 +35,7 @@
35
"clean": "turbo run clean --parallel",
36
"lerna:publish": "npm run build:prod && npm whoami && lerna publish from-package --yes",
37
"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",
39
"lerna:changelog": "npx lerna-changelog",
40
"lerna:modify-package": "lerna exec -- node ../../scripts/modify-pkgjson.mjs",
41
"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