From 23fe5ebddbd9b06fe6112a46a342a4a5cd6bc8ba Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Mon, 7 Nov 2022 11:05:02 +0100 Subject: [PATCH] [docs] To run the docs locally I needed to cd into packages/mermaid. 'docs:dev' is defined in packages/mermaid/package.json --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ec68a917..cf199c39b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ flowchart LR If you want to preview the whole documentation site on your machine: ```sh -cd mermaid +cd packages/mermaid pnpm i pnpm docs:dev ```