diff --git a/common.mk b/common.mk index 9117213..dfdb1dd 100644 --- a/common.mk +++ b/common.mk @@ -14,7 +14,7 @@ else endif PRETTIER=npm exec --package=prettier -- prettier -PRETTIER_FILES=**.yaml **.yml **.json **.json5 **.css **.md +PRETTIER_FILES="**/*.{yaml,yml,json,json5,css,md}" # By default we should not update the uv lock file here. export UV_FROZEN := true