Contributors fetching failure must not hinder docs development

This commit is contained in:
Nikolay Rozhkov
2023-06-29 15:24:09 +03:00
parent a712e61888
commit 408c32781e
3 changed files with 27 additions and 79 deletions

2
run
View File

@@ -20,7 +20,7 @@ $RUN --service-ports mermaid sh -c "npx pnpm run dev"
;;
docs:dev)
$RUN --service-ports mermaid sh -c "npx pnpm --filter mermaid run docs:dev"
$RUN --service-ports mermaid sh -c "cd packages/mermaid/src/docs && npx pnpm prefetch && npx vitepress --port 3333 --host"
;;
help)