From 130d5f33e3e2b6f61f28de30b36b98978a0fd394 Mon Sep 17 00:00:00 2001 From: QuCMGisaia Date: Wed, 18 Dec 2024 11:57:44 +0100 Subject: [PATCH] chore: add arlas-wui in npm build rule --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 195c852f..ec59f34c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ng": "ng", "postinstall": "patch-package --patch-dir node_modules/arlas-web-core/patches && patch-package --patch-dir node_modules/arlas-d3/patches", "start": "ng serve", - "build": "ng build --configuration production --aot --base-href='$ARLAS_WUI_BASE_HREF/'", + "build": "ng build arlas-wui --configuration production --aot --base-href='$ARLAS_WUI_BASE_HREF/'", "build-lib": "ng build arlas-wui-lib", "test": "ng test", "lint": "ng lint",