Skip to content

Commit 3d306da

Browse files
committed
chore: revert targets
1 parent 6372d63 commit 3d306da

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

nx.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
"inputs": ["code-pushup-inputs", "test-vitest-inputs"],
160160
"outputs": ["{projectRoot}/.code-pushup/coverage/runner-output.json"],
161161
"executor": "nx:run-commands",
162+
"dependsOn": ["*-test"],
162163
"options": {
163164
"command": "node packages/cli/src/index.ts collect",
164165
"args": [
@@ -343,27 +344,6 @@
343344
"filterByTags": ["publishable"]
344345
}
345346
}
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/**"]
367347
}
368348
],
369349
"nxCloudId": "65d4d862d2adb16a45a4bc7c"

0 commit comments

Comments
 (0)