We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecaac34 commit d49387bCopy full SHA for d49387b
package.json
@@ -18,7 +18,7 @@
18
"test:ci": "yarn workspaces run test:ci",
19
"lerna:version:preview": "yarn lerna:version --no-git-tag-version",
20
"lerna:version": "lerna version -m \"chore(release): %s\" --conventional-commits --no-changelog",
21
- "lerna:publish": "lerna publish"
+ "lerna:publish": "lerna publish -m \"chore(release): %s\" --conventional-commits --no-changelog"
22
},
23
"devDependencies": {
24
"@types/express": "^4.17.13",
0 commit comments