diff --git a/build-docs.sh b/build-docs.sh index 8266154cd..e7bfa5a8d 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -17,6 +17,7 @@ npm_install() { MARKER_FILE="./node_modules/installed" if [ ! -f "$MARKER_FILE" ] ; then npm install + npm install @types/handlebars@4.0.33 touch "$MARKER_FILE" fi }