From 941ffd596a80801b5f529cc0fe7167725f45abad Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 11 Jul 2018 15:37:45 +0200 Subject: [PATCH] fix(ci): fix build step requirements --- npmextra.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npmextra.json b/npmextra.json index fd67afd..48c3bd8 100644 --- a/npmextra.json +++ b/npmextra.json @@ -1,7 +1,7 @@ { "npmci": { - "globalNpmTools": [ - "npmts" + "npmGlobalTools": [ + "@gitzone/npmts" ], "npmAccessLevel": "public" }