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 6c9b665 commit bba45a7Copy full SHA for bba45a7
package.json
@@ -10,6 +10,7 @@
10
"build": "ng build --prod",
11
"test": "ng test --watch false",
12
"test:w": "ng test",
13
+ "test:ci": "ng test --watch=false --browsers=ChromeHeadlessCustom",
14
"lint": "ng lint",
15
"e2e": "ng e2e",
16
"packagr": "ng-packagr -p package.json",
0 commit comments