Skip to content

Commit

Permalink
add ansi regex to preserve list [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Oct 7, 2024
1 parent c17f87c commit 0f52b2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/binary/binary-cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ const getDependencyPathsToKeep = async (buildAppDir) => {
'node_modules/html-webpack-plugin-4/index.js',
'node_modules/html-webpack-plugin-5/index.js',
'node_modules/mocha-7.0.1/index.js',
'packages/server/node_modules/ansi-regex/index.js',
'node_modules/sprintf-js/src/sprintf.js',
]

let entryPoints = new Set([
Expand Down

1 comment on commit 0f52b2b

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 0f52b2b Oct 8, 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.15.1/linux-x64/misc/use_webdriver-0f52b2b11d64d0af69641c1dd768c3e0f551071d/cypress.tgz

Please sign in to comment.