From b8ab76727bb2a90acf57828c7d7ce56b478fc005 Mon Sep 17 00:00:00 2001 From: Alec Jacobs Date: Fri, 30 Aug 2024 14:16:55 -0700 Subject: [PATCH] build: do not run lerna build Signed-off-by: Alec Jacobs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fae758d..c398583 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build:backend": "yarn workspace backend build", "build:all": "backstage-cli repo build --all", "build-image": "yarn workspace backend build-image", - "build": "lerna run build", + "build": "yarn build:all", "tsc": "tsc", "tsc:full": "tsc --skipLibCheck false --incremental false", "clean": "backstage-cli repo clean",