ht-docker-node/test/test_npmci.sh
2022-10-12 17:24:48 +02:00

12 lines
270 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 pnpm install -g @gitzone/tsrun
npmci command tsrun -v