fix(ci): now creating TSDoc

This commit is contained in:
Philipp Kunz 2018-07-15 23:45:03 +02:00
parent ca4ef6d5c0
commit b1cfca5f35
2 changed files with 4 additions and 3 deletions

View File

@ -117,8 +117,9 @@ pages:
image: hosttoday/ht-docker-node:npmci
stage: metadata
script:
- npmci command npm install -g npmpage
- npmci command npmpage
- npmci command npm install -g typedoc typescript
- npmci npm install
- npmci command typedoc --module "commonjs" --target "ES2016" --out public/ ts/
tags:
- docker
- notpriv