mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
chore: remove Typescript dependency from app node_modules in binary (#27577)
* chore: try removing Nx cache from binary [run ci] * try removing typescript dep [run ci]
This commit is contained in:
@@ -242,6 +242,8 @@ const buildEntryPointAndCleanup = async (buildAppDir) => {
|
||||
path.join(buildAppDir, '**', 'plist', 'dist'),
|
||||
// Remove yarn locks
|
||||
path.join(buildAppDir, '**', 'yarn.lock'),
|
||||
// Remove Typescript dependency
|
||||
path.join(buildAppDir, '**', 'node_modules', 'typescript'),
|
||||
], { force: true })
|
||||
|
||||
// 7. Remove any empty directories as a result of the rest of the cleanup
|
||||
|
||||
Reference in New Issue
Block a user