add npmts as required global tool for CI

This commit is contained in:
Philipp Kunz 2017-03-03 20:58:05 +01:00
parent 9d08755705
commit 6b95c7e2ca

View File

@ -3,5 +3,10 @@
"testTs": {
"./test/*.ts": "./test/"
}
},
"npmci": {
"globalNpmTools": [
"npmts"
]
}
}