瀏覽代碼

ci: format

Dax Raad 11 月之前
父節點
當前提交
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 "action@github.com"`