ht-docker-node/test/test_npmci.sh

10 lines
170 B
Bash
Raw Normal View History

2017-02-18 23:32:59 +01:00
# check if npmci is available
2016-06-11 23:11:05 +02:00
npmci -v
2017-02-18 23:32:59 +01:00
# check if we can use lts
npmci install lts
2018-05-27 13:18:17 +02:00
# check if npm picks it up
npmci command npm install -g npmts
2017-02-18 23:32:59 +01:00
npmci command npmts -v