From 5628ce632856f8870a02b36750682535e6afe57d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 20 Nov 2021 22:28:08 +0100 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a70f7eb..dc41867 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,7 +126,7 @@ pages: - npmci node install lts - npmci command npm install -g @gitzone/tsdoc - npmci npm prepare - - npmci npm install + - npmci command npm install --prod - npmci command tsdoc tags: - lossless