Small fix/improvements over swagger based doc (#1439)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2023-09-27 14:02:25 +03:00
committed by GitHub
parent fd2f0293de
commit 30eb4e11fb
6 changed files with 14 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
CURRENT_DIR=$(pwd)
# Checking for Redoc CLI and npm
redoc-cli --version > /dev/null 2>&1
npx @redocly/cli --version > /dev/null 2>&1
if [ $? != 0 ]; then
echo "[ERROR] Redoc CLI is not installed! Please make suer to install it before trying again."