2017-02-18 22:32:59 +00:00
|
|
|
# check if npmci is available
|
2019-08-31 14:32:16 +00:00
|
|
|
npm init -y
|
|
|
|
npmci -v
|
2017-02-18 22:32:59 +00:00
|
|
|
|
2019-08-31 14:21:57 +00:00
|
|
|
# TODO update npmci to not require package.json
|
2019-08-31 14:32:16 +00:00
|
|
|
npmci node install stable
|
2019-08-31 14:21:57 +00:00
|
|
|
|
2018-05-27 11:18:17 +00:00
|
|
|
# check if npm picks it up
|
2022-10-12 15:24:48 +00:00
|
|
|
npmci command pnpm install -g @gitzone/tsrun
|
2019-08-31 14:32:16 +00:00
|
|
|
npmci command tsrun -v
|