Skip to content

Commit

Permalink
fix: cypress-schematic ci issue with @types/eslint (#22636)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 committed Jun 30, 2022
1 parent f4cab0a commit 62199b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion npm/cypress-schematic/sandbox12/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,8 @@
}
}
},
"defaultProject": "sandbox"
"defaultProject": "sandbox",
"cli": {
"packageManager": "yarn"
}
}
3 changes: 3 additions & 0 deletions npm/cypress-schematic/sandbox12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"typescript": "~4.5.5"
},
"resolutions": {
"@types/eslint": "8.4.3"
}
}

5 comments on commit 62199b7

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 62199b7 Jun 30, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/linux-x64/develop-62199b7379cbf600f045f9a8508b7d15af4c4359/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 62199b7 Jun 30, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/linux-arm64/develop-62199b7379cbf600f045f9a8508b7d15af4c4359/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 62199b7 Jun 30, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/darwin-arm64/develop-62199b7379cbf600f045f9a8508b7d15af4c4359/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 62199b7 Jun 30, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/darwin-x64/develop-62199b7379cbf600f045f9a8508b7d15af4c4359/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 62199b7 Jun 30, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/win32-x64/develop-62199b7379cbf600f045f9a8508b7d15af4c4359/cypress.tgz

Please sign in to comment.