10 lines
172 B
Bash
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
|