Skip to content

Commit

Permalink
[code-infra] Remove custom TS installation script (#40636)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Jan 25, 2024
1 parent 9cba3d0 commit 797e7fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,8 @@ jobs:
- checkout
- run:
name: Resolve typescript version
environment:
TYPESCRIPT_DIST_TAG: next
command: |
node scripts/useTypescriptDistTag.mjs
pnpm add typescript@next -d -w
# log a patch for maintainers who want to check out this change
git --no-pager diff HEAD
- install_js
Expand Down
56 changes: 0 additions & 56 deletions scripts/useTypescriptDistTag.mjs

This file was deleted.

0 comments on commit 797e7fc

Please sign in to comment.