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
+2 -2
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