File tree Expand file tree Collapse file tree 3 files changed +22
-38
lines changed Expand file tree Collapse file tree 3 files changed +22
-38
lines changed Original file line number Diff line number Diff line change 11# NativeScript
22hooks /
33node_modules /
4- / platforms /
4+ platforms
55
66# NativeScript Template
77* .js.map
Original file line number Diff line number Diff line change 11{
22 "version" : " independent" ,
3+ "$schema" : " node_modules/@lerna-lite/cli/schemas/lerna-schema.json" ,
34 "packages" : [
45 " packages/*"
56 ],
67 "npmClient" : " yarn" ,
78 "useWorkspaces" : true ,
89 "command" : {
910 "publish" : {
10- "conventionalCommits" : true ,
11- "conventionalBlacklist" : [
12- " chore"
13- ],
14- "changelogPreset" : " angular" ,
15- "createRelease" : " github" ,
16- "commitHooks" : false ,
17- "private" : false ,
18- "ignoreChanges" : [
19- " *.md" ,
20- " docs/**"
21- ]
22- },
23- "version" : {
24- "conventionalCommits" : true ,
25- "conventionalBlacklist" : [
26- " chore"
27- ],
28- "changelogPreset" : " angular" ,
29- "createRelease" : " github" ,
30- "commitHooks" : false ,
31- "private" : false ,
32- "ignoreChanges" : [
33- " *.md" ,
34- " docs/**"
35- ]
36- },
37- "bootstrap" : {
38- "npmClientArgs" : [
39- " --no-package-lock"
11+ "cleanupTempFiles" : true ,
12+ "removePackageFields" : [
13+ " devDependencies" ,
14+ " scripts"
4015 ]
4116 }
42- }
17+ },
18+ "npmClientArgs" : [
19+ " --no-package-lock"
20+ ],
21+ "commitHooks" : false ,
22+ "createRelease" : " github" ,
23+ "conventionalCommits" : true ,
24+ "private" : false ,
25+ "message" : " chore(release): publish new version %v" ,
26+ "changelogPreset" : " conventional-changelog-conventionalcommits" ,
27+ "ignoreChanges" : [
28+ " **/__fixtures__/**" ,
29+ " **/__tests__/**" ,
30+ " **/*.md"
31+ ]
4332}
Original file line number Diff line number Diff line change 8585 },
8686 "workspaces" : [
8787 " packages/*" ,
88- " demo-vue" ,
89- " demo-vue3" ,
90- " demo-ng" ,
91- " demo-svelte" ,
92- " demo-react" ,
93- " demo-snippets"
88+ " demo*"
9489 ],
9590 "engines" : {
9691 "npm" : " please use yarn or pnpm" ,
You can’t perform that action at this time.
0 commit comments