Skip to content

Commit

Permalink
chore: upgrade Lerna to v5 and use Nx (#26660)
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed May 4, 2023
1 parent bc6e9e4 commit 9da2288
Show file tree
Hide file tree
Showing 3 changed files with 1,312 additions and 1,708 deletions.
1 change: 1 addition & 0 deletions lerna.json
Expand Up @@ -8,5 +8,6 @@
"system-tests"
],
"useWorkspaces": true,
"useNx": true,
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -174,7 +174,7 @@
"inquirer": "3.3.0",
"inquirer-confirm": "2.0.3",
"lazy-ass": "1.6.0",
"lerna": "3.22.1",
"lerna": "5.4.3",
"lint-staged": "11.1.2",
"listr2": "3.8.3",
"lodash": "^4.17.21",
Expand Down

5 comments on commit 9da2288

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9da2288 May 4, 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/12.11.1/linux-arm64/develop-9da2288da2a9f430787d1d49567c52b154dafcba/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9da2288 May 4, 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/12.11.1/linux-x64/develop-9da2288da2a9f430787d1d49567c52b154dafcba/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9da2288 May 4, 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/12.11.1/darwin-x64/develop-9da2288da2a9f430787d1d49567c52b154dafcba/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9da2288 May 4, 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/12.11.1/win32-x64/develop-9da2288da2a9f430787d1d49567c52b154dafcba/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9da2288 May 4, 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/12.11.1/darwin-arm64/develop-9da2288da2a9f430787d1d49567c52b154dafcba/cypress.tgz

Please sign in to comment.