Remove npx completely from run script

This commit is contained in:
Nikolay Rozhkov 2024-01-14 01:05:47 +03:00
parent 3290c38260
commit 385bf328c2
1 changed files with 1 additions and 1 deletions

2
run
View File

@ -19,7 +19,7 @@ docker compose build $args
;;
sh)
$RUN mermaid sh # -c "npx $args"
$RUN mermaid sh
;;
pnpm)