Refactor env variables (#2094)

* Rename the env to sync with BE/Docker

* Refactor envs

* Use the env.yml strategy
This commit is contained in:
Maurizio Vitale
2021-04-28 16:14:20 +02:00
committed by GitHub
parent cc6bb7e95b
commit 4ebc7447f9
10 changed files with 35 additions and 248 deletions
-1
View File
@@ -13,7 +13,6 @@
"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",
"lint": "ng lint && npm run spellcheck && npm run e2e.typecheck",
"update-webdriver": "./scripts/update-webdriver.sh",