feat: add scope login script
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
ac2a4f3d6e
commit
9587a748eb
@ -12,7 +12,8 @@
|
||||
"build": "lerna run build --scope=\"@ccms/!(plugins)\"",
|
||||
"build:plugins": "lerna run build --scope=\"@ccms/plugins\"",
|
||||
"ug": "yarn upgrade-interactive --latest",
|
||||
"np": "lerna exec \"npm publish --registry https://registry.npmjs.org\" --scope=\"@ccms/!(client|plugins|types)\"",
|
||||
"np": "lerna exec \"npm publish --registry https://registry.npmjs.org\" --scope=\"@ccms/!(client|plugins)\"",
|
||||
"lsp": "npm login --registry=https://registry.npmjs.org --scope=@ccms",
|
||||
"lp": "lerna publish"
|
||||
},
|
||||
"workspaces": [
|
||||
|
Loading…
Reference in New Issue
Block a user