feat: add plugin stage log

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-02-01 02:46:55 +08:00
parent f6df0a2c47
commit 8ccfe499df
3 changed files with 24 additions and 14 deletions

View File

@ -6,9 +6,10 @@
"author": "MiaoWoo <admin@yumc.pw>",
"license": "MIT",
"scripts": {
"bs": "npx lerna bootstrap",
"clean": "npx lerna run clean",
"watch": "npx lerna run watch --parallel",
"build": "npx lerna run build --scope='@ms/!(plugins)'",
"watch": "npx lerna run watch --parallel --scope='@ms/!(manager)'",
"build": "npx lerna run build --scope='@ms/!(plugins|manager)'",
"build:plugins": "npx lerna run build --scope=@ms/plugins",
"lp": "npx lerna publish"
},
@ -18,4 +19,4 @@
"devDependencies": {
"lerna": "^3.20.2"
}
}
}