ht-docker-node/test/test_latest.sh
2017-02-19 14:52:54 +01:00

10 lines
106 B
Bash

#!/bin/sh
# test availability of node and npm
npm -v
node -v
# test yarn
yarn global add npmts
npmts -v