We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b40470 commit 83ef413Copy full SHA for 83ef413
2 files changed
lerna.json
@@ -4,7 +4,7 @@
4
"useWorkspaces": true,
5
"command": {
6
"publish": {
7
- "message": "chore(release): publish %s"
+ "message": "chore(release): publish new version"
8
}
9
10
package.json
@@ -21,5 +21,8 @@
21
],
22
"devDependencies": {
23
"lerna": "^4.0.0"
24
+ },
25
+ "scripts": {
26
+ "lerna": "lerna"
27
28
0 commit comments