feat: add beta publish script
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
ab5559b26f
commit
848aacd991
@ -13,7 +13,8 @@
|
||||
"ug": "yarn upgrade-interactive --latest",
|
||||
"np": "./script/push.sh",
|
||||
"lsp": "npm login --registry=https://registry.npmjs.org --scope=@ccms",
|
||||
"lp": "lerna publish --registry https://registry.npmjs.org"
|
||||
"lp": "lerna publish --registry https://registry.npmjs.org",
|
||||
"lpb": "lerna publish --registry https://registry.npmjs.org --canary --pre-dist-tag beta"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
Loading…
Reference in New Issue
Block a user