Website updates (#1984)

This commit is contained in:
Ryan Dahl 2019-03-22 11:34:47 -04:00 committed by GitHub
parent 1499d57490
commit 12753e492f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View file

@ -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.