From ca8a2eeed0a6774aeb24ab388d915ffb6401b1b6 Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Tue, 8 Aug 2017 13:09:37 +0300 Subject: [PATCH] @types/handlebars@4.0.33 (#4667) --- build-docs.sh | 1 + 1 file changed, 1 insertion(+) 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 }