Skip to content

Commit c291da0

Browse files
committed
use pnpm command for typecheck
1 parent 965b18c commit c291da0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Install dependencies
2424
run: pnpm install --frozen-lockfile
2525
- name: Run type check
26-
run: pnpm --filter agent build && cd packages/agent && pnpm typecheck && cd ../.. && pnpm --filter array typecheck
26+
run: pnpm run typecheck
2727

apps/array/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"build-icons": "bash scripts/generate-icns.sh",
2121
"typecheck": "tsc -p tsconfig.node.json --noEmit && tsc -p tsconfig.web.json --noEmit",
2222
"generate-client": "tsx scripts/update-openapi-client.ts",
23-
"prepare": "husky",
2423
"knip": "knip",
2524
"test": "vitest run"
2625
},

0 commit comments

Comments
 (0)