summaryrefslogtreecommitdiff
path: root/format.ts
diff options
context:
space:
mode:
Diffstat (limited to 'format.ts')
-rwxr-xr-xformat.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/format.ts b/format.ts
index 2e7b9a606..cee84a299 100755
--- a/format.ts
+++ b/format.ts
@@ -27,11 +27,7 @@ async function main() {
await checkVersion();
const prettier = run({
- args: [
- "bash",
- "-c",
- "prettier --write *.ts */*.ts */**/*.ts *.md */*.md */**/*.md"
- ]
+ args: ["bash", "-c", "prettier --write '**/*.ts' '**/*.md'"]
});
const s = await prettier.status();
exit(s.code);