Skip to content

Commit

Permalink
chore: add tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Aug 22, 2024
1 parent fb728d9 commit e59e8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"homepage": "https://alibaba.github.io/bifrostui",
"scripts": {
"v": "npx lerna version --force-publish",
"v:beta": "npx lerna version prerelease --preid=beta --force-publish",
"v": "npx lerna version --force-publish --message 'Publish'",
"v:beta": "npx lerna version prerelease --preid=beta --force-publish --message 'Publish'",
"start:h5": "dumi dev",
"start:weapp": "node scripts/mini-program-site/index.js --type weapp",
"start:alipay": "node scripts/mini-program-site/index.js --type alipay",
Expand Down

0 comments on commit e59e8f2

Please sign in to comment.