From 4e68019aa9490a710a9b976a8f66fcdcb0704449 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 13 Jul 2018 22:37:55 +0200 Subject: [PATCH] fix(add typedoc): update --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b576a0..59b0f6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,8 +117,8 @@ pages: image: hosttoday/ht-docker-node:npmci stage: metadata script: - - npmci command npm install -g npmpage - - npmci command npmpage + - npmci command npm install -g typedoc + - npmci command typedoc --out public/ ts/ tags: - docker - notpriv