fix(core): update

This commit is contained in:
Philipp Kunz 2018-07-13 23:01:09 +02:00
parent 90a97cb0eb
commit 8f4f22b83f

View File

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