Merge branch 'next' into develop

This commit is contained in:
Erik Tiekstra
2021-10-13 09:42:25 +02:00
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ export const ACTIVE_FEATURES_TEST: Feature[] = [
Feature.DELTAGARE, Feature.DELTAGARE,
Feature.AVROP, Feature.AVROP,
Feature.REPORTING, Feature.REPORTING,
Feature.LOGGING,
Feature.SENSITIVE_INFORMATION, Feature.SENSITIVE_INFORMATION,
Feature.RELEASES, Feature.RELEASES,
Feature.VERSION_INFO, Feature.VERSION_INFO,

View File

@@ -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}" echo -e "${CYAN}Running npm run ng build mina-sidor-fa -- --configuration ${config}${NOCOLOR}"
if [ $config = "api" ]; then if [ $config = "api" ]; then
npm run ng build mina-sidor-fa npm run ng build mina-sidor-fa
elif [ $config = "prod" ]; then
npm run ng build mina-sidor-fa -- --configuration production
else else
npm run ng build mina-sidor-fa -- --configuration $config npm run ng build mina-sidor-fa -- --configuration $config
fi fi