Skip to content

Commit

Permalink
fix(lerna): Config (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hachiojidev authored Mar 18, 2021
1 parent f75f147 commit 8549ed7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"workspaces": true,
"ignoreChanges": ["**/__tests__/**", "**/*.md"],
"command": {
"conventionalCommits": true,
"message": "chore(release): Publish"
"publish": {
"message": "chore(release): Publish"
}
}
}

0 comments on commit 8549ed7

Please sign in to comment.