2016-06-07 05:55:05 +00:00
|
|
|
#!/bin/sh
|
2017-02-18 21:21:22 +00:00
|
|
|
|
|
|
|
# test availability of node and npm
|
2016-06-07 03:21:48 +00:00
|
|
|
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
|