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