CONTRIBUTING.md has incorrect instructions for generating a migration
What happened?
In CONTRIBUTING.md, the instructions to create a migration (on line 532) have a couple of minor errors. The command reads:
pnpm dlx typeorm migration:generate -d ormconfig.js -o <migration name>
but should instead be:
pnpm run build
pnpm dlx typeorm migration:generate -d ormconfig.js -o migration/<migration name>
What did you expect to happen?
The instructions should be correct.
Version
v2024.9.0-dev
Instance
enby.life
What type of issue is this?
N/A (documentation)
Contribution Guidelines By submitting this issue, you agree to follow our Contribution Guidelines
- I agree to follow this project's Contribution Guidelines
- I have searched the issue tracker for similar issues, and this is not a duplicate.