diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-08 12:04:25 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-08 12:04:25 +0100 |
| commit | b9bb62cf0c2af848bf02e2a74d9bd109ef570010 (patch) | |
| tree | 9300e05dca96a39a06e8a38bf7ee91dcd7ec77ea /Taskfile.yml | |
| parent | 107295575e3a7c37911ae192baf426b0003975a4 (diff) | |
Update formatting
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 11 |
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. |
