Skip to content

Commit 1f1a0fd

Browse files
committed
build: update lerna files
1 parent 008b0e5 commit 1f1a0fd

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

lerna.json

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,18 @@
11
{
2+
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
23
"packages": ["packages/*"],
34
"version": "1.6.1",
5+
"preid": "rc",
6+
"exact": true,
7+
"noPush": true,
48
"npmClient": "npm",
59
"useWorkspaces": true,
10+
"includeMergedTags": true,
11+
"conventionalCommits": true,
612
"command": {
713
"publish": {
814
"verifyAccess": false
915
}
1016
},
11-
"ignoreChanges": [
12-
".github/**/*",
13-
"**/tsconfig.json",
14-
"**/*.story.ts",
15-
"**/*.test.ts",
16-
"**/*.md",
17-
"lerna.json",
18-
".storybook/**/*",
19-
"stories/**/*",
20-
"storyhelpers/**/*",
21-
"templates/**/*",
22-
"docs/**/*",
23-
"package.json",
24-
"package-lock.json",
25-
"images/**/*",
26-
"scripts/**/*",
27-
"src/**/*",
28-
"templates/**/*"
29-
]
17+
"ignoreChanges": ["**/*.story.ts", "**/*.test.ts", "**/*.md"]
3018
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"build:prod": "npm run clean && npm run build",
3535
"clean": "turbo run clean --parallel",
3636
"lerna:publish": "npm run build:prod && npm whoami && lerna publish from-package --yes --pre-dist-tag prerelease",
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",
37+
"lerna:version": "lerna version --sync-workspace-lock",
38+
"lerna:version:rc": "npm run lerna:version -- --conventional-prerelease",
3939
"lerna:changelog": "npx lerna-changelog",
4040
"lerna:modify-package": "lerna exec -- node ../../scripts/modify-pkgjson.mjs",
4141
"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)