Add docker-specific command, leave commonly used command intact

This commit is contained in:
Nikolay Rozhkov
2023-07-05 19:39:05 +03:00
parent 34b2b5ba35
commit 95d62367e9
3 changed files with 4 additions and 2 deletions

2
run
View File

@@ -27,7 +27,7 @@ $RUN --service-ports mermaid sh -c "npx pnpm run dev"
;;
docs:dev)
$RUN --service-ports mermaid sh -c "npx pnpm run --filter mermaid docs:dev"
$RUN --service-ports mermaid sh -c "npx pnpm run --filter mermaid docs:dev:docker"
;;
cypress)