Skip to content

Commit

Permalink
remove typescript resolution [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Sep 19, 2023
1 parent 40d92d4 commit 29fea42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@
"**/ua-parser-js": "0.7.33",
"@typescript-eslint/eslint-plugin": "4.18.0",
"sharp": "0.29.3",
"typescript": "4.7.4",
"vue-template-compiler": "2.6.12"
}
}
2 changes: 0 additions & 2 deletions scripts/binary/binary-cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ 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

4 comments on commit 29fea42

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 29fea42 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-29fea42a165940676372926fc7d5214b02eee097/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 29fea42 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-29fea42a165940676372926fc7d5214b02eee097/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 29fea42 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 darwin 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/darwin-x64/lerna-optimize-tasks-29fea42a165940676372926fc7d5214b02eee097/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 29fea42 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-29fea42a165940676372926fc7d5214b02eee097/cypress.tgz

Please sign in to comment.