mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Refactor env variables (#2094)
* Rename the env to sync with BE/Docker * Refactor envs * Use the env.yml strategy
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user