ht-docker-node/test/test_npmci.sh
2022-10-18 23:35:13 +02:00

11 lines
222 B
Bash

# check if npmci is available
npm init -y
npmci -v
# 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