-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
* docs: add more details to the @packages/example deploy process * Update guides/release-process.md Co-authored-by: Jennifer Shehane <[email protected]> --------- Co-authored-by: Jennifer Shehane <[email protected]>
- Loading branch information
There are no files selected for viewing
5 comments
on commit 85b85dd
There was a problem hiding this comment.
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.7.1/linux-x64/develop-85b85dded8429030ac1de0632b95f73a7707fbde/cypress.tgz
There was a problem hiding this comment.
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.7.1/linux-arm64/develop-85b85dded8429030ac1de0632b95f73a7707fbde/cypress.tgz
There was a problem hiding this comment.
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.7.1/darwin-x64/develop-85b85dded8429030ac1de0632b95f73a7707fbde/cypress.tgz
There was a problem hiding this comment.
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.7.1/win32-x64/develop-85b85dded8429030ac1de0632b95f73a7707fbde/cypress.tgz
There was a problem hiding this comment.
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.7.1/darwin-arm64/develop-85b85dded8429030ac1de0632b95f73a7707fbde/cypress.tgz
I've noticed that running
yarn
from the root of the repo, automatically runsyarn workspace @packages/example build
.