fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-28 12:11:53 +02:00
parent 066401c474
commit 5e4b42a920
3 changed files with 15 additions and 5 deletions

View File

@ -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

View File

@ -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"
]
}

View File

@ -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');
export const tsconfigFile = plugins.path.join(assetsDir, './tsconfig.json');