File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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" ],
Original file line number Diff line number Diff line change 77 "build" : {},
88 "lint" : {},
99 "lint-report" : {},
10- "lint-formatter" : {},
1110 "perf" : {
1211 "command" : " npx tsx --tsconfig=../tsconfig.perf.json" ,
1312 "options" : {
Original file line number Diff line number Diff line change 88 "code-pushup-eslint" : {
99 "dependsOn" : [
1010 {
11- "target" : " lint-formatter " ,
11+ "target" : " lint-report " ,
1212 "projects" : " *"
1313 }
1414 ]
You can’t perform that action at this time.
0 commit comments