summaryrefslogtreecommitdiff
path: root/tools/docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/docs.py')
-rwxr-xr-xtools/docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docs.py b/tools/docs.py
index 147b76fcc..c35c68cd7 100755
--- a/tools/docs.py
+++ b/tools/docs.py
@@ -9,7 +9,7 @@ target_path = os.path.join(root_path, "target/")
os.chdir(root_path)
# Builds into target/doc
-run(["cargo", "doc", "--no-deps", "-vv"])
+run(["cargo", "doc", "--all", "--no-deps", "-vv"])
# 'deno --types' is stored in target/debug/gen/lib/lib.deno_runtime.d.ts
# We want to run typedoc on that declaration file only.