Skip to content

fix(docs): change npm install to pnpm install in README and ignore package-lock.json (#2694) #2640

fix(docs): change npm install to pnpm install in README and ignore package-lock.json (#2694)

fix(docs): change npm install to pnpm install in README and ignore package-lock.json (#2694) #2640

Workflow file for this run

# NOTE: This workflow is consolidated into ci.yml to avoid duplicate type check runs.
# Please remove this file and manage type checking only through ci.yml.
# Keeping this file for reference only - it is disabled.
name: Type Check (DEPRECATED - see ci.yml)
on:
pull_request:
branches: []
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- run: echo "Type checking is now handled by ci.yml"