Skip to content

Commit d49387b

Browse files
authored
chore: fix lerna publish script commit message (#264)
1 parent ecaac34 commit d49387b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:ci": "yarn workspaces run test:ci",
1919
"lerna:version:preview": "yarn lerna:version --no-git-tag-version",
2020
"lerna:version": "lerna version -m \"chore(release): %s\" --conventional-commits --no-changelog",
21-
"lerna:publish": "lerna publish"
21+
"lerna:publish": "lerna publish -m \"chore(release): %s\" --conventional-commits --no-changelog"
2222
},
2323
"devDependencies": {
2424
"@types/express": "^4.17.13",

0 commit comments

Comments
 (0)