Skip to content

Commit d1c3deb

Browse files
committed
lerna
1 parent 316b4f1 commit d1c3deb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

lerna.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"version": "independent",
4-
"useWorkspaces": true,
54
"npmClient": "pnpm",
5+
"registry": "https://registry.npmjs.org",
66
"command": {
7+
"create": {
8+
"homepage": "https://github.com/constructive-io/kubernetesjs",
9+
"license": "MIT",
10+
"access": "public"
11+
},
712
"version": {
13+
"syncWorkspaceLock": true,
814
"ignoreChanges": [
915
"apps/**"
1016
]
1117
},
1218
"publish": {
13-
"conventionalCommits": true,
14-
"message": "chore(release): publish"
19+
"allowBranch": "main",
20+
"message": "chore(release): publish",
21+
"conventionalCommits": true
1522
}
1623
}
1724
}

0 commit comments

Comments
 (0)