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
|
2019-06-08 21:36:23 +02:00
|
|
|
npmci command npm install -g @gitzone/tsrun
|
|
|
|
npmci command tsrun -v
|