From b75e5ef36677e6d326729d57ce03aa335adc626b Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 31 Aug 2019 16:21:57 +0200 Subject: [PATCH] fix(core): update --- test/test_npmci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_npmci.sh b/test/test_npmci.sh index 0eb0a5d..44d9220 100644 --- a/test/test_npmci.sh +++ b/test/test_npmci.sh @@ -1,6 +1,9 @@ # check if npmci is available npmci -v +# TODO update npmci to not require package.json +# npmci node install stable + # check if npm picks it up # npmci command npm install -g @gitzone/tsrun # npmci command tsrun -v