From ae88238111f29f161e1791061afe2a13ee583990 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 16 Sep 2024 14:34:16 +0200 Subject: [PATCH] wip --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3db98c58..8ea9f8a2 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,9 @@ Debug packages: In the below we point out a **scalable** and **maintainable** setup for Verdaccio environments. +> [!info] +> If you want to read about common problems with a shared environment read the [docs/motivation.md](./docs/motivation.md). + ### 🛡️ Isolation of Files During E2E Tests All files that change during testing are contained within an isolated folder, ensuring they don't interfere with your local setup or other tests.