We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22c9ae commit a8b2f95Copy full SHA for a8b2f95
.github/workflows/firebase-admin-deploy.yml
@@ -65,7 +65,7 @@ jobs:
65
run: npm run lint:admin
66
67
- name: Test admin project
68
- run: npm run test:admin --watch=false --browsers=ChromeHeadless
+ run: npm run test:admin -- --watch=false --browsers=ChromeHeadless
69
70
- name: Build admin project
71
run: ng build admin --configuration=production
0 commit comments