mirror of
https://github.com/Unleash/unleash.git
synced 2026-09-10 22:25:45 +00:00
d92f6d97ad
## Summary - Adds a `docker exec postgres createdb -U unleash_user unleash_test` step to the first-time setup in `CONTRIBUTING.md` - Placed immediately after the initial `docker run` so both `unleash` and `unleash_test` databases are created before the developer runs `pnpm dev` or `pnpm test` Without this step, a developer following the setup guide and then running `pnpm test` hits a cryptic `error: database "unleash_test" does not exist` error with no pointer to the fix. Closes #12253