diff --git a/.gitignore b/.gitignore index e713ab4..91c0db0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,12 @@ pages/ # installs node_modules/ -# caches and builds +# caches .yarn/ .cache/ +.rpt2_cache + +# builds dist/ dist_web/ dist_serve/ 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 362f803..a483061 100644 --- a/package.json +++ b/package.json @@ -24,4 +24,4 @@ "@pushrocks/smartlog-interfaces": "^2.0.5", "ora": "^3.4.0" } -} +} \ No newline at end of file