From fb69d390d08daeb466fd5d61b6bf1dddb787196c Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 24 Jan 2021 05:02:08 +0800 Subject: [PATCH] chore: update scripts. --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 45f0a5f2..e8e28801 100644 --- a/package.json +++ b/package.json @@ -27,21 +27,21 @@ "b:example:uiw": "lerna exec npm run build --scope @template/uiw", "lib:----->>>": ">>>>>>>>>>>>>>>>>>>>>>>>>>>", "lib:watch": "npm run lib:watch:ts & npm run lib:watch:types", - "lib:watch:types": "lerna exec \"tsbb types --watch\" --scope @kkt/* --stream", - "lib:watch:ts": "lerna exec tsbb watch --scope @kkt/* --stream", - "lib:build:types": "lerna exec tsbb types --scope @kkt/* --stream", - "lib:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope @kkt/* --stream", + "lib:watch:types": "lerna exec \"tsbb types --watch\" --scope @kkt/*", + "lib:watch:ts": "lerna exec tsbb watch --scope @kkt/*", + "lib:build:types": "lerna exec tsbb types --scope @kkt/*", + "lib:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope @kkt/*", "lib:build": "npm run lib:build:ts && npm run lib:build:types", "lib:<<<-----": "<<<<<<<<<<<<<<<<<<<<<<<<<<<", "kkt:----->>>": ">>>>>>>>>>>>>>>>>>>>>>>>>>>", "kkt:watch": "npm run kkt:watch:ts & npm run kkt:watch:types", - "kkt:watch:types": "lerna exec \"tsbb types --watch\" --scope kkt --stream", - "kkt:watch:ts": "lerna exec tsbb watch --scope kkt --stream", - "kkt:build:types": "lerna exec tsbb types --scope kkt --stream", - "kkt:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope kkt --stream", + "kkt:watch:types": "lerna exec \"tsbb types --watch\" --scope kkt", + "kkt:watch:ts": "lerna exec tsbb watch --scope kkt", + "kkt:build:types": "lerna exec tsbb types --scope kkt", + "kkt:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope kkt", "kkt:build": "npm run kkt:build:ts && npm run kkt:build:types", - "kkt:test": "lerna exec tsbb test --scope kkt --stream", - "kkt:coverage": "lerna exec \"tsbb test --coverage\" --scope kkt --stream", + "kkt:test": "lerna exec tsbb test --scope kkt", + "kkt:coverage": "lerna exec \"tsbb test --coverage\" --scope kkt", "kkt:<<<-----": "<<<<<<<<<<<<<<<<<<<<<<<<<<<", "build": "npm run kkt:build && npm run lib:build", "hoist": "lerna bootstrap --hoist",