Run dev docs without npx

This commit is contained in:
Nikolay Rozhkov
2024-01-14 01:07:37 +03:00
parent 385bf328c2
commit bafb991a35

2
run
View File

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