ht-docker-node/test/test_npmci.sh
2019-06-08 21:36:23 +02:00

10 lines
179 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 @gitzone/tsrun
npmci command tsrun -v