Skip to content

Commit

Permalink
Ensure e2e tests run in production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Nov 6, 2023
1 parent e62832f commit 7dcaae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7dcaae8

Please sign in to comment.