update tests
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# test availability of node and npm
|
||||
npm -v
|
||||
node -v
|
||||
|
||||
# test yarn
|
||||
npmci command yarn install npmts
|
||||
npmci command npmts -v
|
||||
|
Reference in New Issue
Block a user