From 93fab0849982a19147a7c48cb45e503e41c577c5 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 20 Jan 2021 14:50:11 +0100 Subject: [PATCH] Update build-docs.sh --- build-docs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-docs.sh b/build-docs.sh index 284f64d21..ae66deb91 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -19,7 +19,8 @@ npm_install() { MARKER_FILE="./node_modules/installed" if [ ! -f "$MARKER_FILE" ] ; then echo "no marker file calling npm install" - npm install + pwd + npm install || echo "Something is not right..." echo "calling npm install @types/handlebars@4.0.33" npm install @types/handlebars@4.0.33 echo "toucing marker file $MARKER_FILE"