Merge branch 'next' into develop
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user