feat: modify registry
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
7288d33ce2
commit
747105d603
16
lerna.json
16
lerna.json
@ -1,11 +1,17 @@
|
||||
{
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"scripts": {
|
||||
"build": "npx tsc"
|
||||
},
|
||||
"version": "0.3.1",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.3.1"
|
||||
}
|
||||
"command": {
|
||||
"run": {
|
||||
"stream": true
|
||||
},
|
||||
"publish": {
|
||||
"forcePublish": true,
|
||||
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
|
||||
}
|
||||
}
|
||||
}
|
@ -7,7 +7,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "npx lerna run build",
|
||||
"lp": "npx lerna publish --registry=https://repo.yumc.pw/repository/npm-hosted/",
|
||||
"lp": "npx lerna publish",
|
||||
"publish-please": "publish-please",
|
||||
"prepublishOnly": "publish-please guard"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user