From 81b1d3e30ca831561384590ea4fb0d6c46888d22 Mon Sep 17 00:00:00 2001 From: avifenesh Date: Sun, 2 Jun 2024 15:17:01 +0000 Subject: [PATCH] fix usage of global tsc -p --- .github/workflows/npm-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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