From c77d2bf370ac058dd37bb44aea4fa4ed9535c9d5 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 31 Aug 2019 16:20:56 +0200 Subject: [PATCH] fix(core): update --- test/test_npmci.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/test/test_npmci.sh b/test/test_npmci.sh index 73101f1..0eb0a5d 100644 --- a/test/test_npmci.sh +++ b/test/test_npmci.sh @@ -1,9 +1,6 @@ # check if npmci is available npmci -v -# check if we can use lts -npmci install lts - # check if npm picks it up -npmci command npm install -g @gitzone/tsrun -npmci command tsrun -v +# npmci command npm install -g @gitzone/tsrun +# npmci command tsrun -v