From 93eb87d0ef9666a17356d1d82f894ec88e9c9b2d Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 20 Jan 2021 15:03:58 +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 ae66deb91..38c6b13f7 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -20,6 +20,7 @@ npm_install() { if [ ! -f "$MARKER_FILE" ] ; then echo "no marker file calling npm install" pwd + rm -rf node_modules package-lock.json npm install || echo "Something is not right..." echo "calling npm install @types/handlebars@4.0.33" npm install @types/handlebars@4.0.33