update ci

This commit is contained in:
Philipp Kunz 2017-11-28 16:30:02 +01:00
parent 275e242ad8
commit 1cb892c357

View File

@ -1,12 +1,12 @@
{ {
"npmts": { "npmts": {
"testTs": { "testTs": {
"./test/*.ts": "./test/" "./test/*.ts": "./test/"
}
},
"npmci": {
"globalNpmTools": [
"npmts"
]
} }
},
"npmci": {
"npmGlobalTools": [
"npmts"
]
}
} }