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 a3e997d commit 4c53c70Copy full SHA for 4c53c70
package.json
@@ -6,6 +6,7 @@
6
"start": "ng serve",
7
"build": "ng build",
8
"test": "ng test",
9
+ "ci-test": "ng test --no-watch --no-progress --browsers ChromeHeadless",
10
"lint": "ng lint",
11
"e2e": "ng e2e"
12
},
0 commit comments