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