Browse Source

:gear: Updates recipes

Jeff Triplett 10 tháng trước cách đây
mục cha
commit
742c239800
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      justfile

+ 1 - 1
justfile

@@ -16,7 +16,7 @@
     docker compose down
 
 @lint:
-    -curlylint _layouts/
+    -uv tool run curlylint _layouts/
     -bunx awesome-lint README.md
 
 @serve: