10 lines
183 B
Bash
10 lines
183 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/gitzone
|
|
npmci command gitzone -v
|