Ver Fonte

ci: format

Dax Raad há 4 meses atrás
pai
commit
26ebf85b0e
1 ficheiros alterados com 1 adições e 1 exclusões
  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]"`