chore: remove npx tsc from nodecar dependency step

This commit is contained in:
zhom
2025-05-29 11:54:34 +04:00
parent 8d840b9fa7
commit 2c837477fe
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -44,7 +44,6 @@ jobs:
working-directory: ./nodecar
run: |
pnpm install --frozen-lockfile
npx tsc
- name: Run lint step
run: pnpm lint
-1
View File
@@ -59,7 +59,6 @@ jobs:
working-directory: ./nodecar
run: |
pnpm install --frozen-lockfile
npx tsc
- name: Build nodecar binary
shell: bash
-1
View File
@@ -90,7 +90,6 @@ jobs:
working-directory: ./nodecar
run: |
pnpm install --frozen-lockfile
npx tsc
- name: Build nodecar sidecar
shell: bash