fix(core): update

This commit is contained in:
2019-06-04 14:04:06 +02:00
parent ce48b6f889
commit 2c4fc8b212
3 changed files with 99 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ codequality:
script:
- npmci command npm install -g tslint typescript
- npmci npm install
- npmci command tslint -c tslint.json ./ts/**/*.ts
- npmci command "tslint -c tslint.json ./ts/**/*.ts"
tags:
- docker
- priv