@types/handlebars@4.0.33 (#4667)

This commit is contained in:
Vasil Chimev
2017-08-08 13:09:37 +03:00
committed by GitHub
parent 50d399101e
commit ca8a2eeed0

View File

@ -17,6 +17,7 @@ npm_install() {
MARKER_FILE="./node_modules/installed" MARKER_FILE="./node_modules/installed"
if [ ! -f "$MARKER_FILE" ] ; then if [ ! -f "$MARKER_FILE" ] ; then
npm install npm install
npm install @types/handlebars@4.0.33
touch "$MARKER_FILE" touch "$MARKER_FILE"
fi fi
} }