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 8b6692c commit fd57729Copy full SHA for fd57729
.github/workflows/main.yml
@@ -24,4 +24,4 @@ jobs:
24
node-version: ${{ matrix.node }}
25
- run: npm ci
26
- run: npm run build
27
- - run: ng test --no-watch --no-progress --browsers=ChromeHeadless
+ - run: npm run test-ci
package.json
@@ -7,6 +7,7 @@
7
"build": "ng build",
8
"watch": "ng build --watch --configuration development",
9
"test": "ng test",
10
+ "test-ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
11
"serve:ssr:CodeChef": "node dist/code-chef/server/server.mjs"
12
},
13
"private": true,
0 commit comments