mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-26 17:08:10 -05:00
chore: Reduce dependencies and binary size, add circle ci detector (#26522)
* chore: add circle ci detector * update deps * adjust deps and cleanup binary? * Add Tests * fix tests, keep artifact * Apply suggestions from code review Co-authored-by: Bill Glesias <bglesias@gmail.com> --------- Co-authored-by: Bill Glesias <bglesias@gmail.com>
This commit is contained in:
@@ -201,6 +201,8 @@ const buildEntryPointAndCleanup = async (buildAppDir) => {
|
||||
path.join(buildAppDir, '**', 'nexus', 'dist-esm'),
|
||||
path.join(buildAppDir, '**', '@graphql-tools', '**', '*.mjs'),
|
||||
path.join(buildAppDir, '**', 'graphql', '**', '*.mjs'),
|
||||
path.join(buildAppDir, '**', '@openTelemetry', '**', 'esm'),
|
||||
path.join(buildAppDir, '**', '@openTelemetry', '**', 'esnext'),
|
||||
// We currently do not use any map files
|
||||
path.join(buildAppDir, '**', '*js.map'),
|
||||
// License files need to be kept
|
||||
|
||||
Reference in New Issue
Block a user