chore: add TypeScript compilation step to nodecar workflows

This commit is contained in:
zhom
2025-05-29 11:42:46 +04:00
parent 433743b250
commit 43f2630175
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ jobs:
working-directory: ./nodecar
run: |
pnpm install --frozen-lockfile
pnpm exec tsc
- name: Run lint step
run: pnpm lint
+3 -1
View File
@@ -57,7 +57,9 @@ jobs:
- name: Install nodecar dependencies
working-directory: ./nodecar
run: pnpm install --frozen-lockfile
run: |
pnpm install --frozen-lockfile
pnpm exec tsc
- name: Build nodecar binary
shell: bash
+1
View File
@@ -90,6 +90,7 @@ jobs:
working-directory: ./nodecar
run: |
pnpm install --frozen-lockfile
pnpm exec tsc
- name: Build nodecar sidecar
shell: bash