From 9c85e9652a8eb2910a48339c6261b43151b757cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergei=20Ts=C3=B5ganov?= Date: Tue, 29 Oct 2024 11:01:25 +0200 Subject: [PATCH] Update make.sh --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index a617c700..078f50fb 100755 --- a/make.sh +++ b/make.sh @@ -3,7 +3,7 @@ echo "Getting started" # Bundle docs into zero-dependency HTML file -redocly build-docs openapi/openapi.yaml -o index.html +npx @redocly/cli build-docs openapi/openapi.yaml -o index.html # Check if index.html exists if [ ! -f index.html ]; then