12 lines
269 B
Bash
12 lines
269 B
Bash
# check if npmci is available
|
|
npm init -y
|
|
npmci -v
|
|
npm set registry https://verdaccio.lossless.one
|
|
|
|
# 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
|