From e9fb457854748e9344b5dbd414e28c1b15a7b78f Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 20 Jan 2021 15:48:57 +0100 Subject: [PATCH] Update build-docs.sh --- build-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-docs.sh b/build-docs.sh index 38c6b13f7..5ad7347c3 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -21,6 +21,7 @@ npm_install() { echo "no marker file calling npm install" pwd rm -rf node_modules package-lock.json + npm -v npm install || echo "Something is not right..." echo "calling npm install @types/handlebars@4.0.33" npm install @types/handlebars@4.0.33