Skip to content

Commit

Permalink
fix: lerna version
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicleo committed Oct 16, 2023
1 parent f0d5bf6 commit 1c7cace
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"packages": ["packages/*"],
"workspaces": ["packages/*"],
"version": "independent",
"command": {
"publish": {
"conventionalCommits": false,
"message": "chore(release): publish new version"
}
},
"npmClient": "yarn",
"useWorkspaces": true
"npmClient": "yarn"
}

0 comments on commit 1c7cace

Please sign in to comment.