feat: add cli sh and add hosted url in package.json

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-09-23 00:34:38 +08:00
parent 4b1fb07cc9
commit 060cffd8e7
2 changed files with 64 additions and 2 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"
"lp": "npx lerna publish --registry=https://repo.yumc.pw/repository/npm-hosted/"
},
"workspaces": [
"packages/*"
@ -18,4 +18,4 @@
"devDependencies": {
"lerna": "^3.16.4"
}
}
}