ht-docker-node/test/test_latest.sh

10 lines
103 B
Bash
Raw Normal View History

2016-06-07 05:55:05 +00:00
#!/bin/sh
2017-02-18 21:21:22 +00:00
# test availability of node and npm
npm -v
2016-06-11 21:11:05 +00:00
node -v
2017-02-18 21:21:22 +00:00
# test yarn
2017-02-18 22:32:59 +00:00
yarn install npmts
npmts -v