Skip to content

Commit

Permalink
feat(lerna): migrate to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jun 14, 2023
1 parent d0e3ed8 commit 12b796f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.32.0",
"npmClient": "yarn",
"useWorkspaces": true,
"package": ["core/*", "services/*", "ui/*", "demo"],
"packages": [
"core/*",
"services/*",
"ui/*",
"demo"
],
"command": {
"version": {
"conventionalCommits": true,
Expand Down

0 comments on commit 12b796f

Please sign in to comment.