mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-25 02:40:46 +02:00
chore: add TypeScript compilation step to nodecar workflows
This commit is contained in:
@@ -44,6 +44,7 @@ jobs:
|
|||||||
working-directory: ./nodecar
|
working-directory: ./nodecar
|
||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
|
pnpm exec tsc
|
||||||
|
|
||||||
- name: Run lint step
|
- name: Run lint step
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
|
|||||||
@@ -57,7 +57,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install nodecar dependencies
|
- name: Install nodecar dependencies
|
||||||
working-directory: ./nodecar
|
working-directory: ./nodecar
|
||||||
run: pnpm install --frozen-lockfile
|
run: |
|
||||||
|
pnpm install --frozen-lockfile
|
||||||
|
pnpm exec tsc
|
||||||
|
|
||||||
- name: Build nodecar binary
|
- name: Build nodecar binary
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ jobs:
|
|||||||
working-directory: ./nodecar
|
working-directory: ./nodecar
|
||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
|
pnpm exec tsc
|
||||||
|
|
||||||
- name: Build nodecar sidecar
|
- name: Build nodecar sidecar
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user