ht-docker-node/test/test_npmci.sh

10 lines
183 B
Bash
Raw Normal View History

2017-02-18 22:32:59 +00:00
# check if npmci is available
2016-06-11 21:11:05 +00:00
npmci -v
2017-02-18 22:32:59 +00:00
# check if we can use lts
npmci install lts
2018-05-27 11:18:17 +00:00
# check if npm picks it up
2018-11-29 09:57:30 +00:00
npmci command npm install -g @gitzone/gitzone
npmci command gitzone -v