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 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" : " 0.0.29" ,
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 76
76
},
77
77
"workspaces" : [
78
78
" packages/*" ,
79
- " demo-vue" ,
80
- " demo-vue3" ,
81
- " demo-ng" ,
82
- " demo-svelte" ,
83
- " demo-react" ,
84
- " demo-snippets"
79
+ " demo*"
85
80
]
86
81
}
You can’t perform that action at this time.
0 commit comments