|
159 | 159 | "inputs": ["code-pushup-inputs", "test-vitest-inputs"], |
160 | 160 | "outputs": ["{projectRoot}/.code-pushup/coverage/runner-output.json"], |
161 | 161 | "executor": "nx:run-commands", |
| 162 | + "dependsOn": ["*-test"], |
162 | 163 | "options": { |
163 | 164 | "command": "node packages/cli/src/index.ts collect", |
164 | 165 | "args": [ |
|
343 | 344 | "filterByTags": ["publishable"] |
344 | 345 | } |
345 | 346 | } |
346 | | - }, |
347 | | - { |
348 | | - "plugin": "@nx/eslint", |
349 | | - "options": { |
350 | | - "config": "{projectRoot}/eslint.config.js" |
351 | | - } |
352 | | - }, |
353 | | - { |
354 | | - "plugin": "@nx/vite/plugin", |
355 | | - "options": { |
356 | | - "buildTargetName": "build", |
357 | | - "testTargetName": "test", |
358 | | - "serveTargetName": "serve", |
359 | | - "devTargetName": "dev", |
360 | | - "previewTargetName": "preview", |
361 | | - "serveStaticTargetName": "serve-static", |
362 | | - "typecheckTargetName": "typecheck", |
363 | | - "buildDepsTargetName": "build-deps", |
364 | | - "watchDepsTargetName": "watch-deps" |
365 | | - }, |
366 | | - "include": ["tools/eslint-multi-format/**"] |
367 | 347 | } |
368 | 348 | ], |
369 | 349 | "nxCloudId": "65d4d862d2adb16a45a4bc7c" |
|
0 commit comments