Skip to content

Commit

Permalink
chore: keep example app/assets in yarn autoclean (#29159)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Mar 18, 2024
1 parent e9b3d43 commit fe97eec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .yarnclean
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ images
assets
!mochawesome-report-generator/dist/assets

# Do NOT clean out assets from cypress-example-kitchensink to avoid broken deployments
!cypress-example-kitchensink/**/assets/*
# Do NOT clean out app assets from cypress-example-kitchensink to avoid broken deployments
# Needed for https://example.cypress.io/
!cypress-example-kitchensink/app/assets

# examples
example
Expand Down

5 comments on commit fe97eec

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fe97eec Mar 18, 2024

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-fe97eec9b31feddbd3c57c373b08fb934c193f36/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fe97eec Mar 18, 2024

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-fe97eec9b31feddbd3c57c373b08fb934c193f36/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fe97eec Mar 18, 2024

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-fe97eec9b31feddbd3c57c373b08fb934c193f36/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fe97eec Mar 18, 2024

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-fe97eec9b31feddbd3c57c373b08fb934c193f36/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fe97eec Mar 18, 2024

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-fe97eec9b31feddbd3c57c373b08fb934c193f36/cypress.tgz

Please sign in to comment.