diff --git a/.github/workflows/npm-cd.yml b/.github/workflows/npm-cd.yml index c0bc07b817..ae576628bc 100644 --- a/.github/workflows/npm-cd.yml +++ b/.github/workflows/npm-cd.yml @@ -322,7 +322,7 @@ jobs: run: | npm install npm install -g typescript - npx tsc ./tsconfig.json + npx tsc -p ./tsconfig.json - name: Check if RC and set a distribution tag for the package shell: bash