Skip to content

Commit efa2fd0

Browse files
authored
Fixes build js docs (#96)
1 parent 1c3dc7e commit efa2fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def setup(app):
9191
else:
9292
print("Building jupyterlab API docs")
9393
check_call(["npm", "install"], cwd=str(js))
94-
check_call(["yarn", "run", "build"], cwd=str(js))
95-
check_call(["yarn", "run", "docs"], cwd=str(js))
94+
check_call(["npm", "run", "build"], cwd=str(js))
95+
check_call(["npm", "run", "docs"], cwd=str(js))
9696

9797
# Copy JavaScript Docs
9898
print(f"Copying {js_docs!s} -> {dest_dir!s}")

0 commit comments

Comments
 (0)