diff --git a/README.md b/README.md index f96d3c6a1..385349fd6 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ pnpm install pnpm run build # initialize the database and seed it with some data +pnpm prisma db push pnpm prisma db seed # Run code generation (repeat this after eg. changing the Prisma schema). This is part of the build script, but faster