feat: update config and add XHR

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-11-04 20:26:22 +08:00
parent 24013bf240
commit 83cc4b6a54
4 changed files with 38 additions and 14 deletions

View File

@ -8,7 +8,7 @@
"scripts": {
"clean": "npx lerna run clean",
"watch": "npx lerna run watch --parallel",
"build": "npx lerna run build",
"build": "npx lerna run build --scope='@ms/!(plugins)'",
"build:plugins": "npx lerna run build --scope=@ms/plugins",
"lp": "npx lerna publish"
},