mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 03:44:05 -05:00
Fix tools/docs.py (#3135)
This commit is contained in:
parent
c1b302d769
commit
99d8ac70db
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ run(["cargo", "doc", "--all", "--no-deps", "-vv"])
|
|||
|
||||
# 'deno types' is stored in js/lib.deno_runtime.d.ts
|
||||
# We want to run typedoc on that declaration file only.
|
||||
os.chdir(os.path.join(root_path, "js"))
|
||||
os.chdir(os.path.join(root_path, "cli/js"))
|
||||
|
||||
# You must have typedoc installed seprately.
|
||||
# TODO Replace typedoc with something else ASAP. It's very awful.
|
||||
|
|
Loading…
Add table
Reference in a new issue