Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 6f90cea

Browse files
fix: add missing version value
1 parent 2bf0a89 commit 6f90cea

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Diff for: lerna.json

+8-10
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22
"npmClient": "yarn",
33
"command": {
44
"publish": {
5-
"ignoreChanges": ["ignored-file"],
5+
"ignoreChanges": ["ignored-file", "*.md"],
66
"message": "chore(release): publish %s",
7-
"registry": "https://registry.npmjs.org/",
8-
"conventionalCommits": true
7+
"registry": "https://registry.npmjs.org/"
98
},
109
"version": {
11-
"message": "chore(release): version %s",
12-
"allowBranch": "master"
10+
"message": "chore(release): version",
11+
"allowBranch": "master",
12+
"conventionalCommits": true
1313
},
1414
"bootstrap": {
1515
"npmClientArgs": ["--no-package-lock"]
1616
}
1717
},
18-
"useWorkspaces": true,
19-
"packages": [
20-
"packages/*"
21-
]
22-
}
18+
"packages": ["packages/*"],
19+
"version": "fixed"
20+
}

0 commit comments

Comments
 (0)