From 3e147ba88f89f5f87a1ba4a1c9be045742cf4dac Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Wed, 13 Oct 2021 09:15:29 +0200 Subject: [PATCH 1/2] Updated build shell script --- tools/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build.sh b/tools/build.sh index 415d259..49d9264 100644 --- a/tools/build.sh +++ b/tools/build.sh @@ -47,6 +47,8 @@ echo -e "${GREEN}Version set to ${version}${NOCOLOR}" echo -e "${CYAN}Running npm run ng build mina-sidor-fa -- --configuration ${config}${NOCOLOR}" if [ $config = "api" ]; then npm run ng build mina-sidor-fa +elif [ $config = "prod" ]; then + npm run ng build mina-sidor-fa -- --configuration production else npm run ng build mina-sidor-fa -- --configuration $config fi From abd98ee80e1f4f9436287d38df255e508aa30425 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Wed, 13 Oct 2021 09:42:00 +0200 Subject: [PATCH 2/2] Readded logging inside test --- apps/mina-sidor-fa/src/environments/active-features.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mina-sidor-fa/src/environments/active-features.ts b/apps/mina-sidor-fa/src/environments/active-features.ts index 953f251..18c9646 100644 --- a/apps/mina-sidor-fa/src/environments/active-features.ts +++ b/apps/mina-sidor-fa/src/environments/active-features.ts @@ -19,6 +19,7 @@ export const ACTIVE_FEATURES_TEST: Feature[] = [ Feature.DELTAGARE, Feature.AVROP, Feature.REPORTING, + Feature.LOGGING, Feature.SENSITIVE_INFORMATION, Feature.RELEASES, Feature.VERSION_INFO,