Skip to content

Commit 3cd9bc9

Browse files
authored
chore: update e2e-repair snapshots with new output (lerna#4059)
1 parent 3c2a3c9 commit 3cd9bc9

File tree

39 files changed

+193
-64
lines changed

39 files changed

+193
-64
lines changed

e2e/changed/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "e2e-changed",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"implicitDependencies": ["lerna", "commands-changed"],
54
"tags": [],
5+
"implicitDependencies": ["lerna", "commands-changed"],
66
"targets": {
77
"e2e": {},
88
"run-e2e-tests-process": {},

e2e/clean/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "e2e-clean",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"implicitDependencies": ["lerna", "commands-clean"],
54
"tags": [],
5+
"implicitDependencies": ["lerna", "commands-clean"],
66
"targets": {
77
"e2e": {},
88
"run-e2e-tests-process": {},

e2e/create/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "e2e-create",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"implicitDependencies": ["lerna", "commands-create"],
54
"tags": [],
5+
"implicitDependencies": ["lerna", "commands-create"],
66
"targets": {
77
"e2e": {},
88
"run-e2e-tests-process": {},

e2e/diff/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "e2e-diff",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"implicitDependencies": ["lerna", "commands-diff"],
54
"tags": [],
5+
"implicitDependencies": ["lerna", "commands-diff"],
66
"targets": {
77
"e2e": {},
88
"run-e2e-tests-process": {},

e2e/exec/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "e2e-exec",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"implicitDependencies": ["lerna", "commands-exec"],
54
"tags": [],
5+
"implicitDependencies": ["lerna", "commands-exec"],
66
"targets": {
77
"e2e": {},
88
"run-e2e-tests-process": {},

e2e/info/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "e2e-info",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"implicitDependencies": ["lerna", "commands-info"],
54
"tags": [],
5+
"implicitDependencies": ["lerna", "commands-info"],
66
"targets": {
77
"e2e": {},
88
"run-e2e-tests-process": {},

e2e/init/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "e2e-init",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"implicitDependencies": ["lerna", "commands-init"],
54
"tags": [],
5+
"implicitDependencies": ["lerna", "commands-init"],
66
"targets": {
77
"e2e": {},
88
"run-e2e-tests-process": {},

e2e/list/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "e2e-list",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"implicitDependencies": ["lerna", "commands-list"],
54
"tags": [],
5+
"implicitDependencies": ["lerna", "commands-list"],
66
"targets": {
77
"e2e": {},
88
"run-e2e-tests-process": {},

e2e/publish/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "e2e-publish",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"implicitDependencies": ["lerna", "commands-publish"],
54
"tags": [],
5+
"implicitDependencies": ["lerna", "commands-publish"],
66
"targets": {
77
"e2e": {},
88
"run-e2e-tests-process": {},

e2e/repair/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "e2e-repair",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"implicitDependencies": ["lerna"],
54
"tags": [],
5+
"implicitDependencies": ["lerna"],
66
"targets": {
77
"e2e": {},
88
"run-e2e-tests-process": {},

0 commit comments

Comments
 (0)