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