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 4fdbc2b commit e9c6162Copy full SHA for e9c6162
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install dependencies
50
run: npm ci
51
- name: Lint affected projects
52
- run: npx nx affected:lint --parallel=3
+ run: npx nx affected -t lint --parallel=3
53
54
unit-test:
55
strategy:
0 commit comments