diff --git a/test/test_npmci.sh b/test/test_npmci.sh index 8d4a7b5..bca14bd 100644 --- a/test/test_npmci.sh +++ b/test/test_npmci.sh @@ -1,9 +1,10 @@ # check if npmci is available -# npmci -v +npm init -y +npmci -v # TODO update npmci to not require package.json -# npmci node install stable +npmci node install stable # 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