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