Update build-docs.sh

This commit is contained in:
Igor Randjelovic
2021-01-20 15:48:57 +01:00
committed by GitHub
parent 93eb87d0ef
commit e9fb457854

View File

@ -21,6 +21,7 @@ npm_install() {
echo "no marker file calling npm install" echo "no marker file calling npm install"
pwd pwd
rm -rf node_modules package-lock.json rm -rf node_modules package-lock.json
npm -v
npm install || echo "Something is not right..." npm install || echo "Something is not right..."
echo "calling npm install @types/handlebars@4.0.33" echo "calling npm install @types/handlebars@4.0.33"
npm install @types/handlebars@4.0.33 npm install @types/handlebars@4.0.33