fix(ci): add build arguments within npmextra.json

This commit is contained in:
Philipp Kunz 2018-07-18 00:13:40 +02:00
parent 85666f8883
commit 0818c877ab

View File

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