Skip to content

Commit

Permalink
chore: Update lerna.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andredezzy committed Aug 8, 2024
1 parent 2b44f83 commit 8d08940
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,9 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"command": {
"version": {
"exact": true,
Expand All @@ -12,6 +10,7 @@
},
"publish": {
"npmClient": "npm",
"allowBranch": ["release/*"],
"conventionalCommits": true,
"message": "chore(release): Publish",
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 8d08940

Please sign in to comment.