remove yarn

This commit is contained in:
2018-05-27 13:18:17 +02:00
parent 04659b9344
commit ddd4970762
7 changed files with 9 additions and 12 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
yarn -v
npm -v

View File

@ -4,6 +4,6 @@ npmci -v
# check if we can use lts
npmci install lts
# check if yarn picks it up
npmci command yarn global add npmts
# check if npm picks it up
npmci command npm install -g npmts
npmci command npmts -v

View File

@ -1,3 +1,3 @@
# test yarn
yarn global add npmts
# npm
npm install -g npmts
npmts -v