From b7112f3f040ed2ec06f139f59ac219e5bd74edee Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 3 Mar 2024 17:36:02 -1000 Subject: [PATCH] Add warning message for disabling Prisma caching during development --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed673bf5..473b8c0a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,7 +67,10 @@ RUN chmod +x /docker-entrypoint-initdb.d/init.sh ``` 4. Copy the `config.toml.example` file to `config.toml` and fill in the values (you can leave most things to the default, but you will need to configure things such as the database connection) - + +> [!WARNING] +> You should disable Prisma caching while developing, as it can mess up tests + 5. Generate the Prisma client: ```bash