Skip to content

Commit ca300b3

Browse files
committed
chore: 移除 lerna version 的 verbose 参数
1 parent 26a580a commit ca300b3

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
@@ -24,7 +24,7 @@
2424
"test:upgrade": "pnpm build && node lib/index.js upgrade",
2525
"build": "pnpm --filter=@lexmin0412/gcm* run build",
2626
"ts": "ts-node src/",
27-
"ci:version": "lerna version --yes --conventional-commits --create-release github --verbose",
27+
"ci:version": "lerna version --yes --conventional-commits --create-release github",
2828
"ci:publish": "lerna publish from-package --yes"
2929
},
3030
"repository": {

0 commit comments

Comments
 (0)