fix(core): update

This commit is contained in:
Philipp Kunz 2019-06-04 13:55:56 +02:00
parent c446c50d75
commit 36f79cac12
2 changed files with 4 additions and 3 deletions

View File

@ -80,8 +80,9 @@ codequality:
stage: metadata
allow_failure: true
script:
- npm install -g tslint typescript
- tslint -c tslint.json ./ts/**/*.ts
- npmci command npm install -g tslint typescript
- npmci npm install
- npmci command tslint -c tslint.json ./ts/**/*.ts
tags:
- docker
- priv

View File

@ -43,4 +43,4 @@
"npmextra.json",
"readme.md"
]
}
}