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 image: hosttoday/ht-docker-node:npmci
stage: metadata stage: metadata
script: script:
- npmci command npm install -g npmpage - npmci command npm install -g typedoc typescript
- npmci command npmpage - npmci npm install
- npmci command typedoc --module "commonjs" --target "ES2016" --out public/ ts/
tags: tags:
- docker - docker
- notpriv - notpriv

View File

@ -30,4 +30,4 @@
"@pushrocks/tapbundle": "^3.0.1", "@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.2" "@types/node": "^10.5.2"
} }
} }