Skip to content

Commit ca94e3a

Browse files
committed
chore: changed ts-node to use swc and removed typescript-cached-transpile
1 parent 86886c3 commit ca94e3a

File tree

6 files changed

+405
-165
lines changed

6 files changed

+405
-165
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ variables:
1313
NPM_CONFIG_CACHE: "${CI_PROJECT_DIR}/tmp/npm"
1414
# Prefer offline node module installation
1515
NPM_CONFIG_PREFER_OFFLINE: "true"
16-
# `ts-node` has its own cache
17-
TS_CACHED_TRANSPILE_CACHE: "${CI_PROJECT_DIR}/tmp/ts-node-cache"
18-
TS_CACHED_TRANSPILE_PORTABLE: "true"
1916
# Homebrew cache only used by macos runner
2017
HOMEBREW_CACHE: "${CI_PROJECT_DIR}/tmp/Homebrew"
2118

@@ -33,7 +30,6 @@ cache:
3330
when: 'always'
3431
paths:
3532
- ./tmp/npm/
36-
- ./tmp/ts-node-cache/
3733
# Homebrew cache is only used by the macos runner
3834
- ./tmp/Homebrew
3935
# Chocolatey cache is only used by the windows runner

0 commit comments

Comments
 (0)