From 86632619fdd4de00c4022a290289d5870c4f7f66 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 23 May 2019 15:52:30 +0200 Subject: [PATCH] fix(core): update --- .gitignore | 20 +++++++++++++++++++- .gitlab-ci.yml | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3f93687..91c0db0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,22 @@ -node_modules/ +.nogit/ + +# artifacts coverage/ public/ pages/ + +# installs +node_modules/ + +# caches +.yarn/ +.cache/ +.rpt2_cache + +# builds +dist/ +dist_web/ +dist_serve/ +dist_ts_web/ + +# custom \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8321aed..1c84099 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,10 +109,10 @@ pages: image: hosttoday/ht-docker-node:npmci stage: metadata script: - - npmci command npm install -g typedoc typescript + - npmci command npm install -g @gitzone/tsdoc - npmci npm prepare - npmci npm install - - npmci command typedoc --module "commonjs" --target "ES2016" --out public/ ts/ + - npmci command tsdoc tags: - docker - notpriv diff --git a/package.json b/package.json index 698e991..6917cf5 100644 --- a/package.json +++ b/package.json @@ -33,4 +33,4 @@ "tapbundle": "^2.0.0" }, "private": true -} +} \ No newline at end of file