ht-docker-node/test/test_npmci.sh
2018-05-27 13:18:17 +02:00

10 lines
170 B
Bash

# 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 npmts
npmci command npmts -v