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",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"scripts": {
|
"version": "0.3.1",
|
||||||
"build": "npx tsc"
|
|
||||||
},
|
|
||||||
"packages": [
|
"packages": [
|
||||||
"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",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx lerna run build",
|
"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",
|
"publish-please": "publish-please",
|
||||||
"prepublishOnly": "publish-please guard"
|
"prepublishOnly": "publish-please guard"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user