|
4 | 4 | "sourceRoot": "examples/plugins/src", |
5 | 5 | "projectType": "library", |
6 | 6 | "targets": { |
7 | | - "build": { |
8 | | - "executor": "@nx/js:tsc", |
9 | | - "outputs": ["{options.outputPath}"], |
10 | | - "options": { |
11 | | - "outputPath": "dist/examples/plugins", |
12 | | - "main": "examples/plugins/src/index.ts", |
13 | | - "tsConfig": "examples/plugins/tsconfig.lib.json", |
14 | | - "assets": ["examples/plugins/*.md"] |
15 | | - } |
16 | | - }, |
17 | | - "lint": { |
18 | | - "executor": "@nx/linter:eslint", |
19 | | - "outputs": ["{options.outputFile}"], |
20 | | - "options": { |
21 | | - "lintFilePatterns": ["examples/plugins/**/*.ts"] |
22 | | - } |
23 | | - }, |
24 | | - "unit-test": { |
25 | | - "executor": "@nx/vite:test", |
26 | | - "outputs": ["{options.reportsDirectory}"], |
27 | | - "options": { |
28 | | - "configFile": "examples/plugins/vitest.unit.config.ts", |
29 | | - "reportsDirectory": "../../coverage/examples-plugins/unit-tests" |
30 | | - } |
31 | | - }, |
32 | | - "int-test": { |
33 | | - "executor": "@nx/vite:test", |
34 | | - "outputs": ["{options.reportsDirectory}"], |
35 | | - "options": { |
36 | | - "configFile": "examples/plugins/vitest.int.config.ts", |
37 | | - "reportsDirectory": "../../coverage/examples-plugins/int-tests" |
38 | | - } |
39 | | - }, |
| 7 | + "build": {}, |
| 8 | + "lint": {}, |
| 9 | + "unit-test": {}, |
| 10 | + "int-test": {}, |
40 | 11 | "run-collect": { |
41 | 12 | "command": "npx dist/packages/cli collect --config=examples/plugins/code-pushup.config.ts --persist.format=md", |
42 | 13 | "dependsOn": [ |
|
0 commit comments