fix(core): update

This commit is contained in:
2019-07-17 17:57:20 +02:00
parent adfdf68c38
commit 38d38ce246
5 changed files with 24 additions and 10 deletions

View File

@@ -50,6 +50,18 @@ testLTS:
- docker
- notpriv
testBuild:
stage: test
script:
- npmci npm prepare
- npmci node install lts
- npmci npm install
- npmci command npm run build
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
- notpriv
release:
stage: release
script: