ht-docker-node/test/test_latest.sh
2017-02-18 23:32:59 +01:00

10 lines
103 B
Bash

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