fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-20 17:53:20 +02:00
parent f1ef85bd75
commit 899ab8a2aa
3 changed files with 7 additions and 4 deletions

5
.gitignore vendored
View File

@ -8,9 +8,12 @@ pages/
# installs
node_modules/
# caches and builds
# caches
.yarn/
.cache/
.rpt2_cache
# builds
dist/
dist_web/
dist_serve/

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

@ -24,4 +24,4 @@
"@pushrocks/smartlog-interfaces": "^2.0.5",
"ora": "^3.4.0"
}
}
}