From 8d840b9fa74861542e2b9744b625510153adca0f Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Thu, 29 May 2025 11:52:44 +0400 Subject: [PATCH] chore: switch to npx tsc in nodecar step --- .github/workflows/lint-js.yml | 2 +- .github/workflows/lint-rs.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-js.yml b/.github/workflows/lint-js.yml index 7c2316a..34196b8 100644 --- a/.github/workflows/lint-js.yml +++ b/.github/workflows/lint-js.yml @@ -44,7 +44,7 @@ jobs: working-directory: ./nodecar run: | pnpm install --frozen-lockfile - pnpm exec tsc + npx tsc - name: Run lint step run: pnpm lint diff --git a/.github/workflows/lint-rs.yml b/.github/workflows/lint-rs.yml index 27bce9e..cd914e6 100644 --- a/.github/workflows/lint-rs.yml +++ b/.github/workflows/lint-rs.yml @@ -59,7 +59,7 @@ jobs: working-directory: ./nodecar run: | pnpm install --frozen-lockfile - pnpm exec tsc + npx tsc - name: Build nodecar binary shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4ea687..3c52975 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: working-directory: ./nodecar run: | pnpm install --frozen-lockfile - pnpm exec tsc + npx tsc - name: Build nodecar sidecar shell: bash