Angular 14 has a slightly different argument

This commit is contained in:
Dan 2023-02-14 10:54:29 -05:00
parent 127b9e0e5c
commit 5c1695db66
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"build:dev": "ng build --configuration=development",
"build:test": "ng build --configuration=test",
"test": "ng test",
"test:coverage": "ng test --codeCoverage=true --watch=false --browsers=ChromeHeadless",
"test:coverage": "ng test --code-coverage=true --watch=false --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "./node_modules/protractor/bin/webdriver-manager update && ng e2e",
"e2e:with-backend": "npm run backend && ng e2e && npm run backend:stop",