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