Skip to content

Commit 1311260

Browse files
committed
chore: project
1 parent ebf74bc commit 1311260

File tree

2 files changed

+39
-11
lines changed

2 files changed

+39
-11
lines changed

lerna.json

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,41 @@
11
{
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+
}
1140
}
12-
}
1341
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"demo.vue.clean": "cd ./demo-vue && ns clean",
3434
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
3535
"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",
3737
"readme": "lerna run readme && node ./tools/readme.js",
3838
"setup": "npm run submodules && ts-patch install",
3939
"start": "./node_modules/.bin/ntl -A -s 15 -o",

0 commit comments

Comments
 (0)