summaryrefslogtreecommitdiff
path: root/tools/format.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/format.ts')
-rwxr-xr-xtools/format.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/format.ts b/tools/format.ts
index 37fbd18e3..8f86ea979 100755
--- a/tools/format.ts
+++ b/tools/format.ts
@@ -61,7 +61,7 @@ async function run(...args: string[]): Promise<void> {
"--allow-write",
"js/deps/https/deno.land/x/std/prettier/main.ts",
"rollup.config.js",
- ...findFiles(["."], [".json", ".md"], { depth: 1 }),
+ ...findFiles([".", "website"], [".json", ".md"], { depth: 1 }),
...findFiles(
[".github", "js", "tests", "tools", "website"],
[".js", ".json", ".ts", ".md"],