mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-31 08:27:29 +02:00
chore: remove npx tsc from nodecar dependency step
This commit is contained in:
@@ -44,7 +44,6 @@ jobs:
|
|||||||
working-directory: ./nodecar
|
working-directory: ./nodecar
|
||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
npx tsc
|
|
||||||
|
|
||||||
- name: Run lint step
|
- name: Run lint step
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
|
|||||||
@@ -59,7 +59,6 @@ jobs:
|
|||||||
working-directory: ./nodecar
|
working-directory: ./nodecar
|
||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
npx tsc
|
|
||||||
|
|
||||||
- name: Build nodecar binary
|
- name: Build nodecar binary
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -90,7 +90,6 @@ jobs:
|
|||||||
working-directory: ./nodecar
|
working-directory: ./nodecar
|
||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
npx tsc
|
|
||||||
|
|
||||||
- name: Build nodecar sidecar
|
- name: Build nodecar sidecar
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user