File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 199199 },
200200 "code-pushup-typescript" : {
201201 "cache" : true ,
202- "inputs" : [" code-pushup-inputs" ],
202+ "inputs" : [" code-pushup-inputs" , " typecheck-typescript-inputs " ],
203203 "outputs" : [" {projectRoot}/.code-pushup/typescript/runner-output.json" ],
204204 "executor" : " nx:run-commands" ,
205205 "options" : {
251251 "test-vitest-inputs" : [" default" , { "externalDependencies" : [" vitest" ] }],
252252 "lint-eslint-inputs" : [
253253 " default" ,
254- " ^ production" ,
254+ " production" ,
255255 { "externalDependencies" : [" eslint" ] }
256256 ],
257257 "typecheck-typescript-inputs" : [
258258 " default" ,
259- " ^ production" ,
259+ " production" ,
260260 { "externalDependencies" : [" typescript" ] }
261261 ],
262262 "code-pushup-inputs" : [
Original file line number Diff line number Diff line change 1919 " --verbose" ,
2020 " --config={projectRoot}/code-pushup.config.ts" ,
2121 " --cache.read" ,
22- " --persist.outputDir={projectRoot}/.code-pushup"
22+ " --persist.outputDir={projectRoot}/.code-pushup" ,
23+ " --upload.project={projectName}"
2324 ],
2425 "env" : {
2526 "NODE_OPTIONS" : " --import tsx" ,
You can’t perform that action at this time.
0 commit comments