ht-docker-node/test/test_npmci.sh
2022-03-25 20:16:53 +01:00

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