Ensure e2e tests run in production mode

(cherry picked from commit 7dcaae8465)
This commit is contained in:
Tim Donohue
2023-11-06 10:25:08 -06:00
committed by github-actions[bot]
parent 4a10d37d0d
commit f3f87dc928

View File

@@ -22,7 +22,7 @@
"test:headless": "ng test --source-map=true --watch=false --configuration test --browsers=ChromeHeadless --code-coverage",
"lint": "ng lint",
"lint-fix": "ng lint --fix=true",
"e2e": "ng e2e",
"e2e": "cross-env NODE_ENV=production ng e2e",
"clean:dev:config": "rimraf src/assets/config.json",
"clean:coverage": "rimraf coverage",
"clean:dist": "rimraf dist",