feat: update registry in every package

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-09-23 00:39:13 +08:00
parent 060cffd8e7
commit b7871e8d33
10 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@
"watch": "npx lerna run watch --parallel",
"build": "npx lerna run build",
"build:plugins": "npx lerna run build --scope=@ms/plugins",
"lp": "npx lerna publish --registry=https://repo.yumc.pw/repository/npm-hosted/"
"lp": "npx lerna publish"
},
"workspaces": [
"packages/*"