ci: fix npm_install for core on CI (docs) (#9156)

This commit is contained in:
Igor Randjelovic
2021-01-20 21:16:55 +01:00
committed by GitHub
parent 3d2ec08985
commit d992e1ea5e

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"