Skip to content

Commit

Permalink
remove redundant target scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dkasper-was-taken committed Oct 3, 2023
1 parent dfec4ad commit ea62272
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions npm/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
"nx": {
"targets": {
"build": {
"inputs": [
"{workspaceRoot}/scripts"
],
"outputs": [
"{workspaceRoot}/cli/angular"
]
Expand Down
3 changes: 0 additions & 3 deletions npm/mount-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"nx": {
"targets": {
"build": {
"inputs": [
"{workspaceRoot}/scripts"
],
"outputs": [
"{workspaceRoot}/cli/mount-utils",
"{projectRoot}/dist"
Expand Down
3 changes: 0 additions & 3 deletions npm/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@
"dependsOn": [
"!@cypress/react18:build"
],
"inputs": [
"{workspaceRoot}/scripts"
],
"outputs": [
"{workspaceRoot}/cli/react",
"{projectRoot}/dist"
Expand Down
3 changes: 0 additions & 3 deletions npm/react18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
"nx": {
"targets": {
"build": {
"inputs": [
"{workspaceRoot}/scripts"
],
"outputs": [
"{workspaceRoot}/cli/react18",
"{projectRoot}/dist"
Expand Down
3 changes: 0 additions & 3 deletions npm/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
"nx": {
"targets": {
"build": {
"inputs": [
"{workspaceRoot}/scripts"
],
"outputs": [
"{workspaceRoot}/cli/svelte",
"{projectRoot}/dist"
Expand Down
3 changes: 0 additions & 3 deletions npm/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
"dependsOn": [
"!@cypress/react18:build"
],
"inputs": [
"{workspaceRoot}/scripts"
],
"outputs": [
"{workspaceRoot}/cli/vue",
"{projectRoot}/dist"
Expand Down
3 changes: 0 additions & 3 deletions npm/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
"nx": {
"targets": {
"build": {
"inputs": [
"{workspaceRoot}/scripts"
],
"outputs": [
"{workspaceRoot}/cli/vue2",
"{projectRoot}/dist"
Expand Down

4 comments on commit ea62272

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea62272 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.3.1/linux-arm64/lerna-optimize-tasks-ea6227231e716cc1e37df0ad12b61b29366a47f5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea62272 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.3.1/linux-x64/lerna-optimize-tasks-ea6227231e716cc1e37df0ad12b61b29366a47f5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea62272 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.3.1/darwin-x64/lerna-optimize-tasks-ea6227231e716cc1e37df0ad12b61b29366a47f5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea62272 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.3.1/darwin-arm64/lerna-optimize-tasks-ea6227231e716cc1e37df0ad12b61b29366a47f5/cypress.tgz

Please sign in to comment.