From ccbc7f612295c7b20c0a2bcd912fa0d1102c1327 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 20 Dec 2022 03:21:12 +0200 Subject: [PATCH] Fixed installing api2html when generating OpenAPI docs. Thanks to xet7 ! --- releases/rebuild-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/rebuild-docs.sh b/releases/rebuild-docs.sh index 9697fa1f9..4eb3df5f7 100755 --- a/releases/rebuild-docs.sh +++ b/releases/rebuild-docs.sh @@ -16,7 +16,7 @@ fi if [ ! -d ~/python/esprima-python ]; then sudo apt-get -y install python3-pip pip3 install -U setuptools wheel - npm install -g api2html + sudo npm install -g api2html mkdir -p ~/python cd ~/python git clone --depth 1 -b master https://github.com/Kronuz/esprima-python