This commit is contained in:
gcch 2025-10-03 09:22:41 +02:00
commit dd42bc778a
6 changed files with 43 additions and 22 deletions

View file

@ -2,7 +2,7 @@ set shell := ["/usr/bin/fish", "-c"]
# Formate le code.
formate:
bun prettier -uw .
bun prettier --cache --cache-location ".cache/prettiercache" --ignore-unknown --parallel-workers 8 --write .
dprint fmt
# Met à jour les dépendances NPM.