Update build-docs.sh

This commit is contained in:
Igor Randjelovic
2021-01-20 15:03:58 +01:00
committed by GitHub
parent 93fab08499
commit 93eb87d0ef

View File

@@ -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