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