mirror of
https://github.com/denoland/deno.git
synced 2025-09-24 19:32:30 +00:00
Website updates (#1984)
This commit is contained in:
parent
1499d57490
commit
12753e492f
4 changed files with 6 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue