Skip to content

Commit

Permalink
fix circular dependency [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Sep 19, 2023
1 parent f3ea19f commit 918dcc2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions npm/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
"nx": {
"targets": {
"build": {
"dependsOn": [
"!@cypress/react18:build"
],
"inputs": [
"{workspaceRoot}/scripts"
],
Expand Down
3 changes: 3 additions & 0 deletions npm/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
"nx": {
"targets": {
"build": {
"dependsOn": [
"!@cypress/react18:build"
],
"inputs": [
"{workspaceRoot}/scripts"
],
Expand Down
3 changes: 3 additions & 0 deletions npm/webpack-preprocessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
"nx": {
"targets": {
"build": {
"dependsOn": [
"!@cypress/react18:build"
],
"outputs": [
"{projectRoot}/dist"
]
Expand Down

5 comments on commit 918dcc2

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 918dcc2 Sep 19, 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.0/darwin-x64/lerna-optimize-tasks-918dcc2914a3fe01a954070b74df4afce8b1c1b9/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 918dcc2 Sep 19, 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.0/darwin-arm64/lerna-optimize-tasks-918dcc2914a3fe01a954070b74df4afce8b1c1b9/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 918dcc2 Sep 19, 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 win32 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.0/win32-x64/lerna-optimize-tasks-918dcc2914a3fe01a954070b74df4afce8b1c1b9/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 918dcc2 Sep 19, 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.0/linux-arm64/lerna-optimize-tasks-918dcc2914a3fe01a954070b74df4afce8b1c1b9/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 918dcc2 Sep 19, 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.0/linux-x64/lerna-optimize-tasks-918dcc2914a3fe01a954070b74df4afce8b1c1b9/cypress.tgz

Please sign in to comment.