2017-02-18 23:51:09 +01:00

10 lines
172 B
Bash

# check if npmci is available
npmci -v
# check if we can use lts
npmci install lts
# check if yarn picks it up
npmci command yarn global add npmts
npmci command npmts -v