|
1 | 1 | {
|
2 | 2 | "$schema": "./node_modules/nx/schemas/nx-schema.json",
|
3 | 3 | "namedInputs": {
|
4 |
| - "default": [ |
5 |
| - "{projectRoot}/**/*", |
6 |
| - "sharedGlobals" |
7 |
| - ], |
| 4 | + "default": ["{projectRoot}/**/*", "sharedGlobals"], |
8 | 5 | "production": [
|
9 | 6 | "default",
|
10 | 7 | "!{projectRoot}/.eslintrc.json",
|
|
13 | 10 | "!{projectRoot}/tsconfig.spec.json",
|
14 | 11 | "!{projectRoot}/src/test-setup.[jt]s"
|
15 | 12 | ],
|
16 |
| - "sharedGlobals": [ |
17 |
| - "{workspaceRoot}/.github/workflows/ci.yml" |
18 |
| - ] |
| 13 | + "sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"] |
19 | 14 | },
|
20 |
| - "nxCloudId": "67e0b6bb89d8d1697fb5e9f7", |
| 15 | + "nxCloudId": "67ecf8280ce9cdc60ddde11f", |
21 | 16 | "plugins": [
|
22 | 17 | {
|
23 | 18 | "plugin": "@nx/js/typescript",
|
24 | 19 | "options": {
|
25 |
| - "typecheck": { |
26 |
| - "targetName": "typecheck" |
27 |
| - }, |
| 20 | + "typecheck": { "targetName": "typecheck" }, |
28 | 21 | "build": {
|
29 | 22 | "targetName": "build",
|
30 | 23 | "configName": "tsconfig.lib.json",
|
|
33 | 26 | }
|
34 | 27 | }
|
35 | 28 | },
|
36 |
| - { |
37 |
| - "plugin": "@nx/eslint/plugin", |
38 |
| - "options": { |
39 |
| - "targetName": "lint" |
40 |
| - } |
41 |
| - }, |
| 29 | + { "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } }, |
42 | 30 | {
|
43 | 31 | "plugin": "@nx/vite/plugin",
|
44 | 32 | "options": {
|
|
55 | 43 | }
|
56 | 44 | ],
|
57 | 45 | "targetDefaults": {
|
58 |
| - "test": { |
59 |
| - "dependsOn": [ |
60 |
| - "^build" |
61 |
| - ] |
62 |
| - }, |
63 |
| - "nx-release-publish": { |
64 |
| - "options": { |
65 |
| - "packageRoot": "dist/{projectName}" |
66 |
| - } |
67 |
| - } |
| 46 | + "test": { "dependsOn": ["^build"] }, |
| 47 | + "nx-release-publish": { "options": { "packageRoot": "dist/{projectName}" } } |
68 | 48 | },
|
69 | 49 | "release": {
|
70 | 50 | "changelog": {
|
71 |
| - "workspaceChangelog": { |
72 |
| - "createRelease": "github" |
73 |
| - }, |
| 51 | + "workspaceChangelog": { "createRelease": "github" }, |
74 | 52 | "projectChangelogs": true
|
75 | 53 | },
|
76 | 54 | "version": {
|
|
0 commit comments