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