From 4fcedf833b2dd6ec30674c7c15b857dbf78d79e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Jel=C3=ADnek?= Date: Wed, 10 Apr 2024 23:36:11 +0200 Subject: [PATCH] =?UTF-8?q?build:=20Build=20only=20changed=20packages=20us?= =?UTF-8?q?ing=20Lerna=20for=20local=20test=20develop=E2=80=A6=20(#1250)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dominik Jelinek --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de8f5eee9..239c34ab5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "npx lerna run build", "build:changed": "npx lerna run build --since main", "test": "npm run ui-test --workspace=extester-test", - "test:build": "npm run build && npm install --workspace=extester-test && npm test" + "test:build": "npm run build:changed && npm install --workspace=extester-test && npm test" }, "workspaces": [ "packages/*",