update ci

This commit is contained in:
Philipp Kunz 2018-05-03 13:30:01 +02:00
parent 2104fc01e6
commit 5a7dd901f0
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ release:
stage: release
script:
- npmci npm prepare
- npmci command npm publish
- npmci npm publish
only:
- tags
tags:

View File

@ -8,6 +8,7 @@
},
"scripts": {
"test": "(npm run compile && npm run prepareTest && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest && npm run checkNoDocs)",
"build": "npm test",
"testShort": "(npm run compile && npm run check)",
"prepareTest": "(rm -rf test/)",
"compile": "(rm -rf dist/ && tsc)",