Skip to content

Commit 8ffbd67

Browse files
committed
refactor: evert changes
1 parent 45c9bc4 commit 8ffbd67

File tree

28 files changed

+74
-127
lines changed

28 files changed

+74
-127
lines changed

.github/workflows/code-pushup-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: Run Code PushUp action
4040
uses: code-pushup/github-action@v0
4141
with:
42-
bin: npx nx code-pushup --nx-bail --parallel=3 --
42+
bin: npx nx code-pushup --nx-bail --

.github/workflows/code-pushup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Run Code PushUp action
4242
uses: code-pushup/github-action@v0
4343
with:
44-
bin: npx nx code-pushup --skipNxCache --nx-bail --parallel=3 --
44+
bin: npx nx code-pushup --nx-bail --

e2e/ci-e2e/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "e2e/ci-e2e/src",
55
"projectType": "application",
6-
"tags": ["scope:tooling", "type:e2e"],
7-
"implicitDependencies": ["cli", "ci"],
86
"targets": {
97
"lint": {},
108
"e2e": {
@@ -13,5 +11,7 @@
1311
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1412
}
1513
}
16-
}
14+
},
15+
"implicitDependencies": ["cli", "ci"],
16+
"tags": ["scope:tooling", "type:e2e"]
1717
}

e2e/cli-e2e/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "e2e/cli-e2e/src",
55
"projectType": "application",
6-
"tags": ["scope:core", "scope:plugin", "type:e2e"],
7-
"implicitDependencies": ["cli"],
86
"targets": {
97
"lint": {},
108
"e2e": {
@@ -13,5 +11,7 @@
1311
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1412
}
1513
}
16-
}
14+
},
15+
"implicitDependencies": ["cli"],
16+
"tags": ["scope:core", "scope:plugin", "type:e2e"]
1717
}

e2e/create-cli-e2e/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "examples/create-cli-e2e/src",
55
"projectType": "application",
6-
"tags": ["scope:tooling", "type:e2e"],
7-
"implicitDependencies": ["create-cli"],
86
"targets": {
97
"lint": {},
108
"e2e": {
@@ -14,5 +12,7 @@
1412
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1513
}
1614
}
17-
}
15+
},
16+
"implicitDependencies": ["create-cli"],
17+
"tags": ["scope:tooling", "type:e2e"]
1818
}

e2e/nx-plugin-e2e/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "e2e/nx-plugin-e2e/src",
55
"projectType": "application",
6-
"tags": ["scope:tooling", "type:e2e"],
7-
"implicitDependencies": ["test-utils", "nx-plugin"],
86
"targets": {
97
"lint": {},
108
"e2e": {
@@ -13,5 +11,7 @@
1311
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1412
}
1513
}
16-
}
14+
},
15+
"implicitDependencies": ["test-utils", "nx-plugin"],
16+
"tags": ["scope:tooling", "type:e2e"]
1717
}

e2e/plugin-coverage-e2e/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "e2e/plugin-coverage-e2e/src",
55
"projectType": "application",
6-
"tags": ["scope:plugin", "type:e2e"],
7-
"implicitDependencies": ["cli", "plugin-coverage"],
86
"targets": {
97
"lint": {},
108
"e2e": {
@@ -13,5 +11,7 @@
1311
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1412
}
1513
}
16-
}
14+
},
15+
"implicitDependencies": ["cli", "plugin-coverage"],
16+
"tags": ["scope:plugin", "type:e2e"]
1717
}

e2e/plugin-eslint-e2e/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "e2e/plugin-eslint-e2e/src",
55
"projectType": "application",
6-
"tags": ["scope:plugin", "type:e2e"],
7-
"implicitDependencies": ["cli", "plugin-eslint"],
86
"targets": {
97
"lint": {},
108
"e2e": {
@@ -13,5 +11,7 @@
1311
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1412
}
1513
}
16-
}
14+
},
15+
"implicitDependencies": ["cli", "plugin-eslint"],
16+
"tags": ["scope:plugin", "type:e2e"]
1717
}

e2e/plugin-js-packages-e2e/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"projectType": "application",
55
"sourceRoot": "e2e/plugin-js-packages-e2e/src",
6-
"tags": ["scope:plugin", "type:e2e"],
76
"implicitDependencies": ["cli", "plugin-js-packages"],
87
"targets": {
98
"lint": {},
@@ -13,5 +12,6 @@
1312
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1413
}
1514
}
16-
}
15+
},
16+
"tags": ["scope:plugin", "type:e2e"]
1717
}

e2e/plugin-lighthouse-e2e/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "e2e/plugin-lighthouse-e2e/src",
55
"projectType": "application",
6-
"tags": ["scope:plugin", "type:e2e"],
7-
"implicitDependencies": ["cli", "plugin-lighthouse"],
86
"targets": {
97
"lint": {},
108
"e2e": {
@@ -13,5 +11,7 @@
1311
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1412
}
1513
}
16-
}
14+
},
15+
"implicitDependencies": ["cli", "plugin-lighthouse"],
16+
"tags": ["scope:plugin", "type:e2e"]
1717
}

0 commit comments

Comments
 (0)