Skip to content

Commit

Permalink
Flatten nx graph
Browse files Browse the repository at this point in the history
  • Loading branch information
shauns committed Feb 5, 2025
1 parent 11999e4 commit aa4285f
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 22 deletions.
6 changes: 1 addition & 5 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
]
},
"lint": {},
"lint:fix": {
"dependsOn": [
"build"
]
},
"lint:fix": {},
"type-check": {
"dependsOn": [
"^build"
Expand Down
2 changes: 0 additions & 2 deletions packages/app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,13 @@
},
"test:coverage": {
"executor": "nx:run-commands",
"dependsOn": ["build"],
"options": {
"command": "pnpm vitest run --reporter json --coverage --outputFile ./coverage/report.json",
"cwd": "packages/app"
}
},
"test:watch": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest watch",
"cwd": "packages/app"
Expand Down
3 changes: 0 additions & 3 deletions packages/cli-kit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@
},
"test:coverage": {
"executor": "nx:run-commands",
"dependsOn": [
"build"
],
"options": {
"command": "pnpm vitest run --reporter json --coverage --outputFile ./coverage/report.json",
"cwd": "packages/cli-kit"
Expand Down
1 change: 0 additions & 1 deletion packages/cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
},
"test:watch": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest watch",
"cwd": "packages/cli"
Expand Down
1 change: 0 additions & 1 deletion packages/create-app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
},
"test:watch": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest watch",
"cwd": "packages/create-app"
Expand Down
2 changes: 0 additions & 2 deletions packages/plugin-cloudflare/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@
},
"test": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest run",
"cwd": "packages/plugin-cloudflare"
}
},
"test:watch": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest watch",
"cwd": "packages/plugin-cloudflare"
Expand Down
2 changes: 0 additions & 2 deletions packages/plugin-did-you-mean/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@
},
"test": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest run",
"cwd": "packages/plugin-did-you-mean"
}
},
"test:watch": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest watch",
"cwd": "packages/plugin-did-you-mean"
Expand Down
2 changes: 0 additions & 2 deletions packages/theme/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,13 @@
},
"test": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest run",
"cwd": "packages/theme"
}
},
"test:watch": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest watch",
"cwd": "packages/theme"
Expand Down
2 changes: 0 additions & 2 deletions packages/ui-extensions-dev-console/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,13 @@
},
"test": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest run",
"cwd": "packages/ui-extensions-dev-console"
}
},
"test:watch": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest watch",
"cwd": "packages/ui-extensions-dev-console"
Expand Down
2 changes: 0 additions & 2 deletions packages/ui-extensions-server-kit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@
},
"test": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest run",
"cwd": "packages/ui-extensions-server-kit"
}
},
"test:watch": {
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"command": "pnpm vitest watch",
"cwd": "packages/ui-extensions-server-kit"
Expand Down

0 comments on commit aa4285f

Please sign in to comment.