Skip to content

Commit

Permalink
chore(repo): migrate to workspace-less config
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Oct 24, 2022
1 parent 2c8eeeb commit db62551
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
dotnet_version: ['6.0.300', '7.0.x']
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{matrix.os}}
timeout-minutes: 20
env:
NX_RUN_GROUP: ${{ github.run_id }}-v${{matrix.dotnet_version}}
steps:
Expand Down
3 changes: 2 additions & 1 deletion .nx-dotnet.rc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"nugetPackages": {}
"nugetPackages": {},
"inferProjects": false
}
1 change: 1 addition & 0 deletions apps/docs-site/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "docs-site",
"projectType": "application",
"sourceRoot": "apps/docs-site/src",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions demo/apps/web-frontend/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"name": "demo-web-frontend",
"sourceRoot": "demo/apps/web-frontend/src",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions demo/apps/webapi/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"name": "demo-apps-webapi",
"projectType": "application",
"sourceRoot": "demo/apps/webapi",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions demo/libs/generated/webapi-swagger/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"name": "demo-libs-generated-webapi-swagger",
"targets": {
"build": {
"executor": "nx:noop",
Expand Down
1 change: 1 addition & 0 deletions demo/libs/generated/webapi-types/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"name": "demo-libs-generated-webapi-types",
"sourceRoot": "demo/libs/generated/webapi-types/src",
"targets": {
"build": {
Expand Down
1 change: 1 addition & 0 deletions e2e/core-e2e/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "core-e2e",
"projectType": "application",
"sourceRoot": "e2e/core-e2e/src",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/nx-ghpages-e2e/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "nx-ghpages-e2e",
"projectType": "application",
"sourceRoot": "e2e/nx-ghpages-e2e/src",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/core/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "core",
"sourceRoot": "packages/core/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/dotnet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "dotnet",
"sourceRoot": "packages/dotnet/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-ghpages/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "nx-ghpages",
"sourceRoot": "packages/nx-ghpages/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/nxdoc/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "nxdoc",
"sourceRoot": "packages/nxdoc/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/utils/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "utils",
"sourceRoot": "packages/utils/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions smoke/core/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "smoke-core",
"projectType": "application",
"sourceRoot": "smoke/core/src",
"targets": {
Expand Down
20 changes: 0 additions & 20 deletions workspace.json

This file was deleted.

0 comments on commit db62551

Please sign in to comment.