0.0.6
This commit is contained in:
parent
268cf80769
commit
dd42bc778a
6 changed files with 43 additions and 22 deletions
2
justfile
2
justfile
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue