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 74b0415 commit 2706334Copy full SHA for 2706334
.github/workflows/ci.yml
@@ -36,5 +36,5 @@ jobs:
36
- name: Install dependencies
37
run: npm ci
38
39
- - name: Run tests
40
- run: npx nx run-many -t test --configuration=ci
+ - name: Run build
+ run: npx nx run-many -t build
0 commit comments