Skip to content

Commit

Permalink
chore: cleanup config files with nx repair
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Apr 29, 2024
1 parent 76642ab commit 8f9be5e
Show file tree
Hide file tree
Showing 22 changed files with 65 additions and 62 deletions.
6 changes: 3 additions & 3 deletions e2e/nx-flutter-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "e2e/nx-flutter-e2e/tests",
"tags": ["e2e"],
"implicitDependencies": ["nx-flutter"],
"targets": {
"e2e": {
"executor": "@nx/jest:jest",
Expand All @@ -20,7 +22,5 @@
"lintFilePatterns": ["e2e/nx-flutter-e2e/**/*.ts"]
}
}
},
"implicitDependencies": ["nx-flutter"],
"tags": ["e2e"]
}
}
6 changes: 3 additions & 3 deletions e2e/nx-ktor-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "e2e/nx-ktor-e2e/tests",
"tags": ["e2e"],
"implicitDependencies": ["nx-ktor"],
"targets": {
"e2e": {
"executor": "@nx/jest:jest",
Expand All @@ -20,7 +22,5 @@
"lintFilePatterns": ["e2e/nx-ktor-e2e/**/*.ts"]
}
}
},
"implicitDependencies": ["nx-ktor"],
"tags": ["e2e"]
}
}
6 changes: 3 additions & 3 deletions e2e/nx-melos-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "e2e/nx-melos-e2e/tests",
"tags": ["e2e"],
"implicitDependencies": ["nx-melos"],
"targets": {
"e2e": {
"executor": "@nx/jest:jest",
Expand All @@ -20,7 +22,5 @@
"lintFilePatterns": ["e2e/nx-melos-e2e/**/*.ts"]
}
}
},
"implicitDependencies": ["nx-melos"],
"tags": ["e2e"]
}
}
6 changes: 3 additions & 3 deletions e2e/nx-micronaut-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "e2e/nx-micronaut-e2e/tests",
"tags": ["e2e"],
"implicitDependencies": ["nx-micronaut"],
"targets": {
"e2e": {
"executor": "@nx/jest:jest",
Expand All @@ -20,7 +22,5 @@
"lintFilePatterns": ["e2e/nx-micronaut-e2e/**/*.ts"]
}
}
},
"implicitDependencies": ["nx-micronaut"],
"tags": ["e2e"]
}
}
6 changes: 3 additions & 3 deletions e2e/nx-quarkus-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "e2e/nx-quarkus-e2e/tests",
"tags": ["e2e"],
"implicitDependencies": ["nx-quarkus"],
"targets": {
"e2e": {
"executor": "@nx/jest:jest",
Expand All @@ -20,7 +22,5 @@
"lintFilePatterns": ["e2e/nx-quarkus-e2e/**/*.ts"]
}
}
},
"implicitDependencies": ["nx-quarkus"],
"tags": ["e2e"]
}
}
6 changes: 3 additions & 3 deletions e2e/nx-spring-boot-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "e2e/nx-spring-boot-e2e/tests",
"tags": ["e2e"],
"implicitDependencies": ["nx-spring-boot"],
"targets": {
"e2e": {
"executor": "@nx/jest:jest",
Expand All @@ -20,7 +22,5 @@
"lintFilePatterns": ["e2e/nx-spring-boot-e2e/**/*.ts"]
}
}
},
"implicitDependencies": ["nx-spring-boot"],
"tags": ["e2e"]
}
}
20 changes: 10 additions & 10 deletions e2e/smoke/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/smoke/src",
"projectType": "application",
"tags": [],
"implicitDependencies": [
"nx-spring-boot",
"nx-quarkus",
"nx-micronaut",
"nx-flutter",
"nx-ktor",
"nx-melos"
],
"targets": {
"lint": {
"executor": "@nx/linter:eslint",
Expand All @@ -19,14 +28,5 @@
},
"dependsOn": ["^build"]
}
},
"tags": [],
"implicitDependencies": [
"nx-spring-boot",
"nx-quarkus",
"nx-micronaut",
"nx-flutter",
"nx-ktor",
"nx-melos"
]
}
}
5 changes: 4 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
"nx-release-publish": {
"cache": false,
"dependsOn": [
{ "projects": "self", "target": "build", "params": "forward" }
{
"target": "build",
"params": "forward"
}
],
"options": {
"packageRoot": "dist/packages/{projectName}"
Expand Down
4 changes: 2 additions & 2 deletions packages/common-cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/common-cli/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -31,6 +32,5 @@
"jestConfig": "packages/common-cli/jest.config.ts"
}
}
},
"tags": []
}
}
4 changes: 2 additions & 2 deletions packages/common-jvm/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/common-jvm/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -31,6 +32,5 @@
"jestConfig": "packages/common-jvm/jest.config.ts"
}
}
},
"tags": []
}
}
4 changes: 2 additions & 2 deletions packages/common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/common/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand All @@ -29,6 +30,5 @@
"jestConfig": "packages/common/jest.config.ts"
}
}
},
"tags": []
}
}
6 changes: 3 additions & 3 deletions packages/create-nx-flutter/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-flutter/bin",
"projectType": "library",
"tags": [],
"implicitDependencies": ["nx-flutter"],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -31,7 +33,5 @@
"jestConfig": "packages/create-nx-flutter/jest.config.ts"
}
}
},
"tags": [],
"implicitDependencies": ["nx-flutter"]
}
}
6 changes: 3 additions & 3 deletions packages/create-nx-ktor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-ktor/bin",
"projectType": "library",
"tags": [],
"implicitDependencies": ["nx-ktor"],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -31,7 +33,5 @@
"jestConfig": "packages/create-nx-ktor/jest.config.ts"
}
}
},
"tags": [],
"implicitDependencies": ["nx-ktor"]
}
}
6 changes: 3 additions & 3 deletions packages/create-nx-micronaut/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-micronaut/bin",
"projectType": "library",
"tags": [],
"implicitDependencies": ["nx-micronaut"],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -31,7 +33,5 @@
"jestConfig": "packages/create-nx-micronaut/jest.config.ts"
}
}
},
"tags": [],
"implicitDependencies": ["nx-micronaut"]
}
}
6 changes: 3 additions & 3 deletions packages/create-nx-quarkus/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-quarkus/bin",
"projectType": "library",
"tags": [],
"implicitDependencies": ["nx-quarkus"],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -31,7 +33,5 @@
"jestConfig": "packages/create-nx-quarkus/jest.config.ts"
}
}
},
"tags": [],
"implicitDependencies": ["nx-quarkus"]
}
}
6 changes: 3 additions & 3 deletions packages/create-nx-spring-boot/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-spring-boot/bin",
"projectType": "library",
"tags": [],
"implicitDependencies": ["nx-spring-boot"],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -31,7 +33,5 @@
"jestConfig": "packages/create-nx-spring-boot/jest.config.ts"
}
}
},
"tags": [],
"implicitDependencies": ["nx-spring-boot"]
}
}
4 changes: 2 additions & 2 deletions packages/nx-flutter/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-flutter/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -56,6 +57,5 @@
"jestConfig": "packages/nx-flutter/jest.config.ts"
}
}
},
"tags": []
}
}
4 changes: 2 additions & 2 deletions packages/nx-ktor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-ktor/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -61,6 +62,5 @@
"jestConfig": "packages/nx-ktor/jest.config.ts"
}
}
},
"tags": []
}
}
4 changes: 2 additions & 2 deletions packages/nx-melos/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-melos/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -55,6 +56,5 @@
"jestConfig": "packages/nx-melos/jest.config.ts"
}
}
},
"tags": []
}
}
4 changes: 2 additions & 2 deletions packages/nx-micronaut/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-micronaut/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -62,6 +63,5 @@
"jestConfig": "packages/nx-micronaut/jest.config.ts"
}
}
},
"tags": []
}
}
4 changes: 2 additions & 2 deletions packages/nx-quarkus/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-quarkus/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -62,6 +63,5 @@
"jestConfig": "packages/nx-quarkus/jest.config.ts"
}
}
},
"tags": []
}
}
4 changes: 2 additions & 2 deletions packages/nx-spring-boot/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-spring-boot/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -61,6 +62,5 @@
"jestConfig": "packages/nx-spring-boot/jest.config.ts"
}
}
},
"tags": []
}
}

0 comments on commit 8f9be5e

Please sign in to comment.