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:
Adam Stone-Lord
2023-08-17 11:26:34 -04:00
committed by GitHub
parent e0065e2ec5
commit 60d4c8356c

View File

@@ -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