Skip to content

Commit

Permalink
try removing ts from node_modules [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Sep 19, 2023
1 parent 918dcc2 commit 40d92d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/binary/binary-cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const getDependencyPathsToKeep = async (buildAppDir) => {
'enhanced-resolve/lib/createInnerCallback',
'@babel/preset-typescript/package.json',
'./addon/addon-native',
'typescript',
],
})

Expand Down Expand Up @@ -249,6 +248,8 @@ const cleanupUnneededDependencies = 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
Expand Down

3 comments on commit 40d92d4

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 40d92d4 Sep 19, 2023

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 arm64 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.3.0/linux-arm64/lerna-optimize-tasks-40d92d4e3049bd9251c6483170b3a938da13a3a1/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 40d92d4 Sep 19, 2023

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.3.0/linux-x64/lerna-optimize-tasks-40d92d4e3049bd9251c6483170b3a938da13a3a1/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 40d92d4 Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 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.3.0/win32-x64/lerna-optimize-tasks-40d92d4e3049bd9251c6483170b3a938da13a3a1/cypress.tgz

Please sign in to comment.