File tree Expand file tree Collapse file tree 2 files changed +39
-11
lines changed Expand file tree Collapse file tree 2 files changed +39
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages" : [
3
- " packages/*"
4
- ],
5
- "version" : " 13.0.44" ,
6
- "npmClient" : " yarn" ,
7
- "useWorkspaces" : true ,
8
- "command" : {
9
- "publish" : {
10
- "conventionalCommits" : true
2
+ "version" : " 13.0.44" ,
3
+ "packages" : [
4
+ " packages/*"
5
+ ],
6
+ "npmClient" : " yarn" ,
7
+ "useWorkspaces" : true ,
8
+ "command" : {
9
+ "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
+ ]
21
+ },
22
+ "version" : {
23
+ "conventionalCommits" : true ,
24
+ "conventionalBlacklist" : [
25
+ " chore"
26
+ ],
27
+ "changelogPreset" : " angular" ,
28
+ "createRelease" : " github" ,
29
+ "commitHooks" : false ,
30
+ "private" : false ,
31
+ "ignoreChanges" : [
32
+ " *.md"
33
+ ]
34
+ },
35
+ "bootstrap" : {
36
+ "npmClientArgs" : [
37
+ " --no-package-lock"
38
+ ]
39
+ }
11
40
}
12
- }
13
41
}
Original file line number Diff line number Diff line change 33
33
"demo.vue.clean" : " cd ./demo-vue && ns clean" ,
34
34
"demo.vue.ios" : " cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules" ,
35
35
"postinstall" : " npm run setup" ,
36
- "publish" : " npm run clean && npm run build.all && npm run readme && lerna publish --no-private --create-release=github --force- publish" ,
36
+ "publish" : " npm run clean && npm run build.all && npm run readme && npm run doc && lerna publish" ,
37
37
"readme" : " lerna run readme && node ./tools/readme.js" ,
38
38
"setup" : " npm run submodules && ts-patch install" ,
39
39
"start" : " ./node_modules/.bin/ntl -A -s 15 -o" ,
You can’t perform that action at this time.
0 commit comments