From ea6227231e716cc1e37df0ad12b61b29366a47f5 Mon Sep 17 00:00:00 2001 From: David Kasper Date: Tue, 3 Oct 2023 17:37:38 -0500 Subject: [PATCH] remove redundant target scripts --- npm/angular/package.json | 3 --- npm/mount-utils/package.json | 3 --- npm/react/package.json | 3 --- npm/react18/package.json | 3 --- npm/svelte/package.json | 3 --- npm/vue/package.json | 3 --- npm/vue2/package.json | 3 --- 7 files changed, 21 deletions(-) diff --git a/npm/angular/package.json b/npm/angular/package.json index cfc1c441c522..b9cf5aa29edc 100644 --- a/npm/angular/package.json +++ b/npm/angular/package.json @@ -61,9 +61,6 @@ "nx": { "targets": { "build": { - "inputs": [ - "{workspaceRoot}/scripts" - ], "outputs": [ "{workspaceRoot}/cli/angular" ] diff --git a/npm/mount-utils/package.json b/npm/mount-utils/package.json index 6d48c967e639..563d40a0162b 100644 --- a/npm/mount-utils/package.json +++ b/npm/mount-utils/package.json @@ -36,9 +36,6 @@ "nx": { "targets": { "build": { - "inputs": [ - "{workspaceRoot}/scripts" - ], "outputs": [ "{workspaceRoot}/cli/mount-utils", "{projectRoot}/dist" diff --git a/npm/react/package.json b/npm/react/package.json index a8e4403dabd8..65404f824f48 100644 --- a/npm/react/package.json +++ b/npm/react/package.json @@ -94,9 +94,6 @@ "dependsOn": [ "!@cypress/react18:build" ], - "inputs": [ - "{workspaceRoot}/scripts" - ], "outputs": [ "{workspaceRoot}/cli/react", "{projectRoot}/dist" diff --git a/npm/react18/package.json b/npm/react18/package.json index 518d508f78b8..e46f19612732 100644 --- a/npm/react18/package.json +++ b/npm/react18/package.json @@ -61,9 +61,6 @@ "nx": { "targets": { "build": { - "inputs": [ - "{workspaceRoot}/scripts" - ], "outputs": [ "{workspaceRoot}/cli/react18", "{projectRoot}/dist" diff --git a/npm/svelte/package.json b/npm/svelte/package.json index ee5d5eaf1cc4..3033377811ae 100644 --- a/npm/svelte/package.json +++ b/npm/svelte/package.json @@ -43,9 +43,6 @@ "nx": { "targets": { "build": { - "inputs": [ - "{workspaceRoot}/scripts" - ], "outputs": [ "{workspaceRoot}/cli/svelte", "{projectRoot}/dist" diff --git a/npm/vue/package.json b/npm/vue/package.json index 1041eca9905c..d24c712596da 100644 --- a/npm/vue/package.json +++ b/npm/vue/package.json @@ -86,9 +86,6 @@ "dependsOn": [ "!@cypress/react18:build" ], - "inputs": [ - "{workspaceRoot}/scripts" - ], "outputs": [ "{workspaceRoot}/cli/vue", "{projectRoot}/dist" diff --git a/npm/vue2/package.json b/npm/vue2/package.json index 5e242d1efd19..22348ad88aba 100644 --- a/npm/vue2/package.json +++ b/npm/vue2/package.json @@ -52,9 +52,6 @@ "nx": { "targets": { "build": { - "inputs": [ - "{workspaceRoot}/scripts" - ], "outputs": [ "{workspaceRoot}/cli/vue2", "{projectRoot}/dist"