File tree 3 files changed +22
-38
lines changed
3 files changed +22
-38
lines changed Original file line number Diff line number Diff line change 1
1
# NativeScript
2
2
hooks /
3
3
node_modules /
4
- / platforms /
4
+ platforms
5
5
6
6
# NativeScript Template
7
7
* .js.map
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.4.10" ,
3
+ "$schema" : " node_modules/@lerna-lite/cli/schemas/lerna-schema.json" ,
3
4
"packages" : [
4
5
" packages/*"
5
6
],
6
7
"npmClient" : " yarn" ,
7
8
"useWorkspaces" : true ,
8
9
"command" : {
9
10
"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"
40
15
]
41
16
}
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
+ ]
43
32
}
Original file line number Diff line number Diff line change 85
85
},
86
86
"workspaces" : [
87
87
" packages/*" ,
88
- " demo-vue" ,
89
- " demo-vue3" ,
90
- " demo-ng" ,
91
- " demo-svelte" ,
92
- " demo-react" ,
93
- " demo-snippets"
88
+ " demo*"
94
89
]
95
90
}
You can’t perform that action at this time.
0 commit comments