Skip to content

Commit

Permalink
get more debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Dec 1, 2022
1 parent 1c1ce89 commit 76a18b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/binary/build.ts
Expand Up @@ -260,6 +260,7 @@ require('./packages/server/index.js')
},
})
} catch (e) {
console.log(e)
if (!skipSigning) {
throw e
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/binary/smoke.js
Expand Up @@ -294,7 +294,7 @@ const runIntegrityTest = async function (buildAppExecutable, buildAppDir, e2e) {
await runErroringProjectTest(buildAppExecutable, e2e, 'altering entry point', errorMessage)

// Restore original state
await fs.move(path.join(buildAppDir, 'package.json'), path.join(buildAppDir, 'package.json.bak'), { overwrite: true })
await fs.move(path.join(buildAppDir, 'package.json.bak'), path.join(buildAppDir, 'package.json'), { overwrite: true })
await fs.remove(path.join(buildAppDir, 'index2.js'))
}

Expand Down

2 comments on commit 76a18b6

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 76a18b6 Dec 1, 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/11.3.0/linux-arm64/ryanm/fix/v8-improvements-76a18b6c113cd0130e7d0293dcf2576ff1af2a2f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 76a18b6 Dec 1, 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/11.3.0/darwin-arm64/ryanm/fix/v8-improvements-76a18b6c113cd0130e7d0293dcf2576ff1af2a2f/cypress.tgz

Please sign in to comment.