chore: switch to npx tsc in nodecar step

This commit is contained in:
zhom
2025-05-29 11:52:44 +04:00
parent 43f2630175
commit 8d840b9fa7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
working-directory: ./nodecar
run: |
pnpm install --frozen-lockfile
pnpm exec tsc
npx tsc
- name: Build nodecar binary
shell: bash
+1 -1
View File
@@ -90,7 +90,7 @@ jobs:
working-directory: ./nodecar
run: |
pnpm install --frozen-lockfile
pnpm exec tsc
npx tsc
- name: Build nodecar sidecar
shell: bash