Update build-docs.sh

This commit is contained in:
Igor Randjelovic
2021-01-20 16:17:07 +01:00
committed by GitHub
parent 3d2ec08985
commit b378a058e1

View File

@ -16,6 +16,8 @@ npm_install() {
MARKER_FILE="./node_modules/installed"
if [ ! -f "$MARKER_FILE" ] ; then
# Fixes perm issue while installing
npm i -g npm@^6.13.6
npm install
npm install @types/handlebars@4.0.33
touch "$MARKER_FILE"