Update build-docs.sh

This commit is contained in:
Igor Randjelovic
2021-01-20 14:50:11 +01:00
committed by GitHub
parent ef36fc3870
commit 93fab08499

View File

@ -19,7 +19,8 @@ npm_install() {
MARKER_FILE="./node_modules/installed" MARKER_FILE="./node_modules/installed"
if [ ! -f "$MARKER_FILE" ] ; then if [ ! -f "$MARKER_FILE" ] ; then
echo "no marker file calling npm install" 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" echo "calling npm install @types/handlebars@4.0.33"
npm install @types/handlebars@4.0.33 npm install @types/handlebars@4.0.33
echo "toucing marker file $MARKER_FILE" echo "toucing marker file $MARKER_FILE"