[AAE-4628] Release without the About and Settings modules, but have them baked into the app otherwise (#2022)

This commit is contained in:
Popovics András
2021-02-25 21:52:14 +00:00
committed by GitHub
parent 287b88e525
commit 2859b16356
14 changed files with 97 additions and 27 deletions
+2 -1
View File
@@ -8,9 +8,10 @@
"ng": "ng",
"start": "npm run validate-config && ng serve --open",
"start:prod": "npm run validate-config && node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng serve --prod --open",
"build.app": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app --prod",
"build.app": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app",
"build": "npm run validate-config && npm run build.app -- --prod",
"build.e2e": "npm run build.app -- --prod --configuration=e2e",
"build.release": "npm run build.app -- --configuration=production,release",
"test": "ng test app --code-coverage",
"lite-serve": "./scripts/run lite-serve",
"test:ci": "ng test adf-office-services-ext --watch=false && ng test app --code-coverage --watch=false",