Skip to content

Commit

Permalink
Merge pull request #1099 from jetstreamapp/chore/update-project-tags
Browse files Browse the repository at this point in the history
Update project tags
  • Loading branch information
paustint authored Nov 28, 2024
2 parents 189a635 + 30a48e1 commit 045d620
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion apps/api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/api/src",
"projectType": "application",
"tags": ["server"],
"tags": ["scope:server"],
"targets": {
"build": {
"executor": "@nx/esbuild:esbuild",
Expand Down
2 changes: 1 addition & 1 deletion apps/cron-tasks/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
}
}
},
"tags": []
"tags": ["scope:server"]
}
2 changes: 1 addition & 1 deletion apps/docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
}
}
},
"tags": []
"tags": ["scope:browser"]
}
2 changes: 1 addition & 1 deletion apps/jetstream-web-extension/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/jetstream-web-extension/src",
"projectType": "application",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"build": {
"executor": "@nx/webpack:webpack",
Expand Down
2 changes: 1 addition & 1 deletion apps/jetstream-worker/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
}
}
},
"tags": []
"tags": ["scope:server"]
}
2 changes: 1 addition & 1 deletion apps/jetstream/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/jetstream/src",
"projectType": "application",
"tags": [],
"tags": ["scope:browser"],
"generators": {},
"targets": {
"build": {
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
}
}
},
"tags": []
"tags": ["scope:browser"]
}
2 changes: 1 addition & 1 deletion libs/email/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/email/src",
"projectType": "library",
"tags": [],
"tags": ["scope:server"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/anon-apex/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/anon-apex/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/automation-control/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/automation-control/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/create-object-and-fields/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/create-object-and-fields/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/debug-log-viewer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/debug-log-viewer/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/deploy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/deploy/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/formula-evaluator/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/formula-evaluator/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/load-records-multi-object/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/load-records-multi-object/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/load-records/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/load-records/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/manage-permissions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/manage-permissions/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/organizations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/organizations/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/platform-event-monitor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/platform-event-monitor/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/query/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/query/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/salesforce-api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/salesforce-api/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/sobject-export/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/sobject-export/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/features/update-records/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/features/update-records/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/salesforce-api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
}
}
},
"tags": []
"tags": ["scope:shared"]
}
2 changes: 1 addition & 1 deletion libs/shared/ui-core-shared/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/ui-core-shared/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/ui-core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/ui-core/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/ui-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"outputs": ["{workspaceRoot}/coverage/libs/shared/ui-utils"]
}
},
"tags": ["scope:shared", "scope:allow-worker-import"]
"tags": ["scope:shared", "scope:browser", "scope:allow-worker-import"]
}
2 changes: 1 addition & 1 deletion libs/web-extension-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/web-extension-utils/src",
"projectType": "library",
"tags": [],
"tags": ["scope:browser"],
"targets": {
"test": {
"executor": "@nx/jest:jest",
Expand Down

0 comments on commit 045d620

Please sign in to comment.