Dax Raad 4 месяцев назад
Родитель
Сommit
26ebf85b0e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      script/format.ts

+ 1 - 1
script/format.ts

@@ -2,7 +2,7 @@
 
 
 import { $ } from "bun"
 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())) {
 if (process.env["CI"] && (await $`git status --porcelain`.text())) {
   await $`git config --local user.email "[email protected]"`
   await $`git config --local user.email "[email protected]"`