From 5bacff743d86217db02a77188d4cb5d8e63f17bf Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 13 Jul 2018 22:51:10 +0200 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59b0f6f..6e88929 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,6 +118,7 @@ pages: stage: metadata script: - npmci command npm install -g typedoc + - npmci npm install - npmci command typedoc --out public/ ts/ tags: - docker