Change setup command for vendors in CONTRIBUTING.md (#3139)

Updated instructions for setting up dependencies in the project.
This commit is contained in:
Adam Charron 2026-02-01 22:41:54 -05:00 committed by GitHub
parent bbbd378f9b
commit c90de6967b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,8 +43,8 @@ git submodule update --init --recursive
```bash
# might need to rerun this when code is updated
pnpm install
# copy pdfjs-dist to Next.js public directory
pnpm --filter @readest/readest-app setup-pdfjs
# copy vendors dist libs to public directory
pnpm --filter @readest/readest-app setup-vendors
```
#### 3. Verify Dependencies Installation