This commit is contained in:
Nikolay Rozhkov
2023-06-19 04:29:41 +03:00
parent 6722ac7540
commit 1009bb8fb7
4 changed files with 40 additions and 31 deletions

6
run
View File

@@ -25,8 +25,12 @@ test | vitest | e2e )
$RUN mermaid sh -c "npx pnpm $command $args"
;;
prettier)
$RUN mermaid sh -c "npx pnpm prettier --write $args"
;;
lint)
$RUN mermaid sh -c "npx pnpm -w run lint:fix"
$RUN mermaid sh -c "npx pnpm -w run lint:fix $args"
;;
dev)