File tree Expand file tree Collapse file tree 2 files changed +9
-21
lines changed Expand file tree Collapse file tree 2 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "$schema" : " node_modules/@lerna-lite/cli/schemas/lerna-schema.json" ,
2
3
"packages" : [" packages/*" ],
3
4
"version" : " 1.6.1" ,
5
+ "preid" : " rc" ,
6
+ "exact" : true ,
7
+ "noPush" : true ,
4
8
"npmClient" : " npm" ,
5
9
"useWorkspaces" : true ,
10
+ "includeMergedTags" : true ,
11
+ "conventionalCommits" : true ,
6
12
"command" : {
7
13
"publish" : {
8
14
"verifyAccess" : false
9
15
}
10
16
},
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" ]
30
18
}
Original file line number Diff line number Diff line change 34
34
"build:prod" : " npm run clean && npm run build" ,
35
35
"clean" : " turbo run clean --parallel" ,
36
36
"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" ,
39
39
"lerna:changelog" : " npx lerna-changelog" ,
40
40
"lerna:modify-package" : " lerna exec -- node ../../scripts/modify-pkgjson.mjs" ,
41
41
"bootstrap" : " lerna run --scope @umbraco-ui/uui-css clean && lerna run --scope @umbraco-ui/uui-css build && node ./scripts/generate-ts-config.js" ,
You can’t perform that action at this time.
0 commit comments