diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/format.ts | 2 |
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"], |