aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-08 12:04:25 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-08 12:04:25 +0100
commitb9bb62cf0c2af848bf02e2a74d9bd109ef570010 (patch)
tree9300e05dca96a39a06e8a38bf7ee91dcd7ec77ea /Taskfile.yml
parent107295575e3a7c37911ae192baf426b0003975a4 (diff)
Update formatting
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 583004e..baf4a95 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -29,15 +29,12 @@ tasks:
- mkdir dist/frontend
- mv src/frontend/build/client/ dist/frontend/
- format-backend:
+ format:
desc: Format backend solution.
cmds:
- - dotnet format --verbosity diagnostic
-
- format-frontend:
- desc: Format frontend sources.
- cmds:
- - 'prettier --write src/frontend/**/*.{ts,tsx,css}'
+ - dotnet format --verbosity diagnostic src/Costasdev.Busurbano.Backend/Costasdev.Busurbano.Backend.csproj
+ - npx prettier --write "src/frontend/**/*.{ts,tsx,css}"
+ - uvx ruff format ./src/gtfs_perstop_report ./src/stop_downloader
gen-stop-report:
desc: Generate stop-based JSON reports for specified dates or date ranges.