mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-23 04:16:29 +02:00
chore: add TypeScript compilation step to nodecar workflows
This commit is contained in:
@@ -44,6 +44,7 @@ jobs:
|
||||
working-directory: ./nodecar
|
||||
run: |
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm exec tsc
|
||||
|
||||
- name: Run lint step
|
||||
run: pnpm lint
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -90,6 +90,7 @@ jobs:
|
||||
working-directory: ./nodecar
|
||||
run: |
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm exec tsc
|
||||
|
||||
- name: Build nodecar sidecar
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user