We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965b18c commit c291da0Copy full SHA for c291da0
.github/workflows/typecheck.yml
@@ -23,5 +23,5 @@ jobs:
23
- name: Install dependencies
24
run: pnpm install --frozen-lockfile
25
- name: Run type check
26
- run: pnpm --filter agent build && cd packages/agent && pnpm typecheck && cd ../.. && pnpm --filter array typecheck
+ run: pnpm run typecheck
27
apps/array/package.json
@@ -20,7 +20,6 @@
20
"build-icons": "bash scripts/generate-icns.sh",
21
"typecheck": "tsc -p tsconfig.node.json --noEmit && tsc -p tsconfig.web.json --noEmit",
22
"generate-client": "tsx scripts/update-openapi-client.ts",
- "prepare": "husky",
"knip": "knip",
"test": "vitest run"
},
0 commit comments