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 a669cd2 commit 65856c9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 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,9 +10,6 @@
},
"publish": {
"npmClient": "npm",
"allowBranch": [
"release/*"
],
"conventionalCommits": true,
"message": "chore(release): Publish",
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 65856c9

Please sign in to comment.