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, 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