fix(ci): add npmts for build step

This commit is contained in:
Philipp Kunz 2018-07-25 17:30:30 +02:00
parent 8925f29962
commit 39f9bb11fe

View File

@ -1,8 +1,6 @@
{
"npmci": {
"globalNpmTools": [
"npmts"
]
},
"npmAccessLevel": "public"
}
"npmci": {
"npmGlobalTools": ["npmts"]
},
"npmAccessLevel": "public"
}