10 lines
215 B
Bash
10 lines
215 B
Bash
# check if npmci is available
|
|
npmci -v
|
|
|
|
# TODO update npmci to not require package.json
|
|
# npmci node install stable
|
|
|
|
# check if npm picks it up
|
|
# npmci command npm install -g @gitzone/tsrun
|
|
# npmci command tsrun -v
|