From 5e4b42a920cd35e0d4d4187de66c17bc2d424c68 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 28 May 2019 12:11:53 +0200 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 4 ++-- package.json | 14 ++++++++++++-- ts/tsdoc.paths.ts | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) 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 d7a6a26..0465386 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,15 @@ "@pushrocks/smartshell": "^2.0.22", "typedoc": "^0.14.2", "typescript": "^3.4.5" - } -} + }, + "files": [ + "ts/*", + "ts_web/*", + "dist/*", + "dist_web/*", + "assets/*", + "cli.js", + "npmextra.json", + "readme.md" + ] +} \ No newline at end of file diff --git a/ts/tsdoc.paths.ts b/ts/tsdoc.paths.ts index 3af2c3b..6d6e17b 100644 --- a/ts/tsdoc.paths.ts +++ b/ts/tsdoc.paths.ts @@ -8,4 +8,4 @@ export const assetsDir = plugins.path.join(packageDir, './assets'); export const publicDir = plugins.path.join(packageDir, './public'); // files -export const tsconfigFile = plugins.path.join(assetsDir, './tsconfig.json'); \ No newline at end of file +export const tsconfigFile = plugins.path.join(assetsDir, './tsconfig.json');