summaryrefslogtreecommitdiff
path: root/tools/format.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-11 17:41:13 -0500
committerGitHub <noreply@github.com>2019-02-11 17:41:13 -0500
commita4dec944bc821d114bfd82debb72d60bd04f836d (patch)
tree5e090d3b19e396baec5dddaa81a6cfa5ff96addb /tools/format.ts
parent489c69f8e1c15c75461d24d91aa3e9c2a756e807 (diff)
web design (#1728)
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"],