Skip to content

Commit 6f4dc66

Browse files
committed
pin typedoc to unblock our releases
1 parent a909cfa commit 6f4dc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif
1111
html:
1212
cp ../package.json before-typedoc-package.json
1313
cp ../package-lock.json before-typedoc-package-lock.json
14-
cd .. && npm install typedoc
14+
cd .. && npm install "typedoc@<0.20.0"
1515
rm -rf build
1616
mkdir -p build/html
1717
# For unknown reasons, TypeDoc doesn't seem to work reliably in this project when we put our

0 commit comments

Comments
 (0)