Update build-docs.sh

This commit is contained in:
Igor Randjelovic
2021-01-20 16:00:43 +01:00
committed by GitHub
parent e9fb457854
commit b0a16e6232

View File

@ -22,6 +22,7 @@ npm_install() {
pwd
rm -rf node_modules package-lock.json
npm -v
npm i -g npm@^6.13.6
npm install || echo "Something is not right..."
echo "calling npm install @types/handlebars@4.0.33"
npm install @types/handlebars@4.0.33