Skip to content

Commit

Permalink
chore: configure lerna.json
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Mar 12, 2023
1 parent 76833d1 commit 1ca889f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
{
"npmClient": "yarn",
"name": "nibiru-ts",
"packages": [
"packages/*"
],
"version": "independent",
"useWorkspaces": true,
"command": {
"version": {
"message": "chore(release): publish"
},
"publish": {
"conventionalCommits": true
}
}
"useWorkspaces": true
}

0 comments on commit 1ca889f

Please sign in to comment.