10 lines
131 B
Bash
10 lines
131 B
Bash
#!/bin/sh
|
|
|
|
# test availability of node and npm
|
|
npm -v
|
|
node -v
|
|
|
|
# test yarn
|
|
npmci command yarn install npmts
|
|
npmci command npmts -v
|