From 99d8ac70dbf412ee5de9ad2370c75dcd51cc5def Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 16 Oct 2019 14:31:37 -0400 Subject: Fix tools/docs.py (#3135) --- tools/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/docs.py') diff --git a/tools/docs.py b/tools/docs.py index 901a633e0..6c420f89c 100755 --- a/tools/docs.py +++ b/tools/docs.py @@ -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. -- cgit v1.2.3