|
1 | 1 | { |
2 | | - "name": "server-request", |
3 | | - "$schema": "../../../node_modules/nx/schemas/project-schema.json", |
4 | | - "sourceRoot": "lib/shared/server-request/src", |
5 | | - "projectType": "library", |
6 | | - "targets": { |
7 | | - "build": { |
8 | | - "executor": "@nx/js:tsc", |
9 | | - "outputs": [ |
10 | | - "{options.outputPath}" |
11 | | - ], |
12 | | - "options": { |
13 | | - "outputPath": "dist/lib/shared/server-request", |
14 | | - "main": "lib/shared/server-request/src/index.ts", |
15 | | - "tsConfig": "lib/shared/server-request/tsconfig.lib.json", |
16 | | - "assets": [ |
17 | | - "lib/shared/server-request/*.md" |
18 | | - ] |
19 | | - } |
20 | | - }, |
21 | | - "lint": { |
22 | | - "executor": "@nx/linter:eslint", |
23 | | - "outputs": [ |
24 | | - "{options.outputFile}" |
25 | | - ], |
26 | | - "options": { |
27 | | - "lintFilePatterns": [ |
28 | | - "lib/shared/server-request/**/*.ts" |
29 | | - ] |
30 | | - } |
31 | | - }, |
32 | | - "test": { |
33 | | - "executor": "@nx/jest:jest", |
34 | | - "outputs": [ |
35 | | - "{workspaceRoot}/coverage/{projectRoot}" |
36 | | - ], |
37 | | - "options": { |
38 | | - "jestConfig": "lib/shared/server-request/jest.config.ts", |
39 | | - "passWithNoTests": true |
40 | | - }, |
41 | | - "configurations": { |
42 | | - "ci": { |
43 | | - "ci": true, |
44 | | - "codeCoverage": true |
| 2 | + "name": "server-request", |
| 3 | + "$schema": "../../../node_modules/nx/schemas/project-schema.json", |
| 4 | + "sourceRoot": "lib/shared/server-request/src", |
| 5 | + "projectType": "library", |
| 6 | + "targets": { |
| 7 | + "build": { |
| 8 | + "executor": "@nx/js:tsc", |
| 9 | + "outputs": ["{options.outputPath}"], |
| 10 | + "options": { |
| 11 | + "outputPath": "dist/lib/shared/server-request", |
| 12 | + "main": "lib/shared/server-request/src/index.ts", |
| 13 | + "tsConfig": "lib/shared/server-request/tsconfig.lib.json", |
| 14 | + "assets": ["lib/shared/server-request/*.md"] |
| 15 | + } |
| 16 | + }, |
| 17 | + "lint": { |
| 18 | + "executor": "@nx/linter:eslint", |
| 19 | + "outputs": ["{options.outputFile}"], |
| 20 | + "options": { |
| 21 | + "lintFilePatterns": ["lib/shared/server-request/**/*.ts"] |
| 22 | + } |
| 23 | + }, |
| 24 | + "test": { |
| 25 | + "executor": "@nx/jest:jest", |
| 26 | + "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], |
| 27 | + "options": { |
| 28 | + "jestConfig": "lib/shared/server-request/jest.config.ts", |
| 29 | + "passWithNoTests": true |
| 30 | + }, |
| 31 | + "configurations": { |
| 32 | + "ci": { |
| 33 | + "ci": true, |
| 34 | + "codeCoverage": true |
| 35 | + } |
| 36 | + } |
45 | 37 | } |
46 | | - } |
47 | | - } |
48 | | - }, |
49 | | - "tags": [] |
| 38 | + }, |
| 39 | + "tags": [] |
50 | 40 | } |
0 commit comments