From 52866e8aa5fb69324028872ac038601b7893b20b Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 29 Nov 2018 10:57:30 +0100 Subject: [PATCH] fix(tests): remove npmts from tests --- test/test_npmci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_npmci.sh b/test/test_npmci.sh index 4b120e9..9791f9f 100644 --- a/test/test_npmci.sh +++ b/test/test_npmci.sh @@ -5,5 +5,5 @@ npmci -v npmci install lts # check if npm picks it up -npmci command npm install -g npmts -npmci command npmts -v +npmci command npm install -g @gitzone/gitzone +npmci command gitzone -v