From ee27955a7325813ee381ceeb13e5c2818708a3b8 Mon Sep 17 00:00:00 2001 From: avifenesh Date: Sun, 2 Jun 2024 14:53:30 +0000 Subject: [PATCH] fix usage of global tsc --- .github/workflows/npm-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-cd.yml b/.github/workflows/npm-cd.yml index 6be1180f00..c0bc07b817 100644 --- a/.github/workflows/npm-cd.yml +++ b/.github/workflows/npm-cd.yml @@ -321,7 +321,8 @@ jobs: working-directory: ./utils run: | npm install - tsc + npm install -g typescript + npx tsc ./tsconfig.json - name: Check if RC and set a distribution tag for the package shell: bash