Skip to content

Commit

Permalink
update lerna scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyz0112 committed Sep 11, 2021
1 parent 5b40470 commit 83ef413
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"useWorkspaces": true,
"command": {
"publish": {
"message": "chore(release): publish %s"
"message": "chore(release): publish new version"
}
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
],
"devDependencies": {
"lerna": "^4.0.0"
},
"scripts": {
"lerna": "lerna"
}
}

0 comments on commit 83ef413

Please sign in to comment.