Skip to content

Commit 26b80b8

Browse files
committed
refactor: adjust targets 5
1 parent 689d671 commit 26b80b8

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install dependencies
5050
run: npm ci
5151
- name: Lint affected projects
52-
run: npx nx affected -t lint-formatter --parallel=3
52+
run: npx nx affected -t lint-report --parallel=3
5353

5454
unit-test:
5555
strategy:

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
]
109109
}
110110
},
111-
"lint-formatter": {
111+
"lint-report": {
112112
"dependsOn": ["eslint-formatter-multiple-formats:build"],
113113
"inputs": ["lint-eslint-inputs"],
114114
"outputs": ["{projectRoot}/.eslint"],

packages/utils/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"build": {},
88
"lint": {},
99
"lint-report": {},
10-
"lint-formatter": {},
1110
"perf": {
1211
"command": "npx tsx --tsconfig=../tsconfig.perf.json",
1312
"options": {

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"code-pushup-eslint": {
99
"dependsOn": [
1010
{
11-
"target": "lint-formatter",
11+
"target": "lint-report",
1212
"projects": "*"
1313
}
1414
]

0 commit comments

Comments
 (0)