From 2c837477fe50f1bfee75cd3722e1ba7c703155e6 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Thu, 29 May 2025 11:54:34 +0400 Subject: [PATCH] chore: remove npx tsc from nodecar dependency step --- .github/workflows/lint-js.yml | 1 - .github/workflows/lint-rs.yml | 1 - .github/workflows/release.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/lint-js.yml b/.github/workflows/lint-js.yml index 34196b8..f6ae5d5 100644 --- a/.github/workflows/lint-js.yml +++ b/.github/workflows/lint-js.yml @@ -44,7 +44,6 @@ jobs: working-directory: ./nodecar run: | pnpm install --frozen-lockfile - npx tsc - name: Run lint step run: pnpm lint diff --git a/.github/workflows/lint-rs.yml b/.github/workflows/lint-rs.yml index cd914e6..fdd39d3 100644 --- a/.github/workflows/lint-rs.yml +++ b/.github/workflows/lint-rs.yml @@ -59,7 +59,6 @@ jobs: working-directory: ./nodecar run: | pnpm install --frozen-lockfile - npx tsc - name: Build nodecar binary shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c52975..68f1160 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,6 @@ jobs: working-directory: ./nodecar run: | pnpm install --frozen-lockfile - npx tsc - name: Build nodecar sidecar shell: bash