Skip to content

Commit

Permalink
chore: add pub:beta script
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Sep 18, 2024
1 parent ab96b91 commit 69f2257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"v": "npx lerna version --force-publish --message 'Publish'",
"v:beta": "npx lerna version prerelease --preid=beta --force-publish --message 'Publish'",
"pub": "npx lerna publish --yes from-git",
"pub:beta": "npx lerna publish --yes from-git --dist-tag beta",
"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 69f2257

Please sign in to comment.