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