mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-03 05:19:45 -06:00
Merge branch 'develop' into feat/protocol
This commit is contained in:
@@ -202,6 +202,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