chore: update docs to use pnpm (#21113)

This commit is contained in:
Daniel Dietzler
2025-08-21 22:25:05 +02:00
committed by GitHub
parent 4e03b06ff7
commit 34255453b1
7 changed files with 44 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ After making any changes in the `server/src/schema`, a database migration need t
1. Run the command
```bash
npm run migrations:generate <migration-name>
pnpm run migrations:generate <migration-name>
```
2. Check if the migration file makes sense.