Skip to content

Commit f311ecb

Browse files
authored
chore(repo): remove workspace.json (nrwl#13040)
1 parent 000eebd commit f311ecb

88 files changed

Lines changed: 93 additions & 98 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "docs",
23
"$schema": "../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "docs",
45
"projectType": "library",

e2e/add-nx-to-monorepo/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "e2e-add-nx-to-monorepo",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "e2e/add-nx-to-monorepo",
45
"projectType": "application",

e2e/angular-core/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "e2e-angular-core",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "e2e/angular-core",
45
"projectType": "application",

e2e/angular-extensions/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "e2e-angular-extensions",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "e2e/angular-extensions",
45
"projectType": "application",

e2e/cypress/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "e2e-cypress",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "e2e/cypress",
45
"projectType": "application",

e2e/detox/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "e2e-detox",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "e2e/detox",
45
"projectType": "application",

e2e/esbuild/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "e2e-esbuild",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "e2e/esbuild",
45
"projectType": "application",

e2e/expo/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "e2e-expo",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "e2e/expo",
45
"projectType": "application",

e2e/jest/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "e2e-jest",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "e2e/jest",
45
"projectType": "application",

e2e/js/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "e2e-js",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "e2e/js",
45
"projectType": "application",

0 commit comments

Comments
 (0)