mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 14:09:46 -06:00
BREAKING CHANGE: trigger major bump
This commit is contained in:
@@ -2448,8 +2448,6 @@ mac-workflow: &mac-workflow
|
||||
- build:
|
||||
name: darwin-build
|
||||
executor: mac
|
||||
environment:
|
||||
NEXT_VERSION=10.0.0
|
||||
requires:
|
||||
- darwin-node-modules-install
|
||||
<<: *macBuildFilters
|
||||
|
||||
@@ -85,7 +85,7 @@ export class EventManager {
|
||||
const rerun = () => {
|
||||
if (!this) {
|
||||
// if the tests have been reloaded
|
||||
// then nothing to rerun
|
||||
// then there is nothing to rerun
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ export class VersionsDataSource {
|
||||
* }
|
||||
*/
|
||||
async versions (): Promise<VersionData> {
|
||||
const currentCypressVersion = require('./cypress/package.json')
|
||||
const currentCypressVersion = require('@packages/root')
|
||||
const result = await execa(`npm`, [`view`, `cypress`, `time`, `--json`])
|
||||
|
||||
const json = JSON.parse(result.stdout)
|
||||
|
||||
@@ -43,7 +43,6 @@ const getCDN = function ({ version, hash, filename, platform }) {
|
||||
}
|
||||
|
||||
// returns folder that contains beta (unreleased) binaries for given version
|
||||
//
|
||||
const getUploadVersionDirName = function (options) {
|
||||
la(check.unemptyString(options.version), 'missing version', options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user