Dax Raad 4 ماه پیش
والد
کامیت
26ebf85b0e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      script/format.ts

+ 1 - 1
script/format.ts

@@ -2,7 +2,7 @@
 
 import { $ } from "bun"
 
-await $`bun run prettier --ignore-unknown --write $(git ls-files)`
+await $`bun run prettier --ignore-unknown --write`
 
 if (process.env["CI"] && (await $`git status --porcelain`.text())) {
   await $`git config --local user.email "[email protected]"`