Skip to content

Commit

Permalink
add project type
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 4, 2024
1 parent 6e7bde0 commit 6cbc6ba
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion e2e-examples/cli-e2e-env/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cli-e2e-env",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/cli-e2e-env/test",
"projectType": "library",
"projectType": "application",
"tags": ["type:e2e", "scope:internal", "type:example", "npm-env"],
"implicitDependencies": ["cli"],
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion e2e-examples/cli-e2e-graph/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cli-e2e-graph",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/cli-e2e-graph/test",
"projectType": "library",
"projectType": "application",
"tags": ["type:e2e", "scope:internal", "type:example", "npm-env"],
"implicitDependencies": ["cli"],
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion e2e-examples/cli-e2e-original/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cli-e2e-original",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/cli-e2e-original/test",
"projectType": "library",
"projectType": "application",
"tags": ["type:e2e", "scope:internal", "type:example"],
"implicitDependencies": ["cli"],
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion e2e-examples/cli-e2e-pretarget/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cli-e2e-pretarget",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/cli-e2e-pretarget/test",
"projectType": "library",
"projectType": "application",
"tags": ["type:e2e", "scope:internal", "type:example", "npm-env"],
"implicitDependencies": ["cli"],
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/cli-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cli-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/cli-e2e/test",
"projectType": "library",
"projectType": "application",
"tags": ["type:e2e", "type:e2e-vi", "npm-env"],
"implicitDependencies": ["cli"],
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/core-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "core-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/core-e2e/test",
"projectType": "library",
"projectType": "application",
"tags": ["type:e2e", "type:e2e-vi", "npm-env"],
"implicitDependencies": ["core"],
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/models-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "models-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/models-e2e/test",
"projectType": "library",
"projectType": "application",
"tags": ["type:e2e", "type:e2e-vi", "npm-env"],
"implicitDependencies": ["models"],
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/playground-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playground-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/playground-e2e/test",
"projectType": "library",
"projectType": "application",
"tags": ["type:e2e", "type:e2e-vi", "npm-env"],
"implicitDependencies": ["models", "utils", "core", "cli"],
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/utils-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "utils-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/utils-e2e/test",
"projectType": "library",
"projectType": "application",
"tags": ["type:e2e", "type:e2e-vi", "npm-env"],
"implicitDependencies": ["utils"],
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion projects/cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cli",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/cli/src",
"projectType": "library",
"projectType": "application",
"release": {
"version": {
"generatorOptions": {
Expand Down

0 comments on commit 6cbc6ba

Please sign in to comment.