Skip to content

Commit

Permalink
remove test for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodcorreia committed Jul 12, 2020
1 parent 785eefe commit cdc37f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

NODE=`node --version`
NPM=`npm --version`
YARN=`yarn --version`

if [ "$NODE" != "v12.17.0" ]; then
echo "**** Node not found - $NODE ****"
Expand All @@ -13,8 +12,3 @@ if [ "$NPM" != "6.14.4" ]; then
echo "**** NPM not found - $NPM ****"
exit 1
fi

if [ "$YARN" != "1.22.4" ]; then
echo "**** Yarn not found - $NPM ****"
exit 1
fi

0 comments on commit cdc37f5

Please sign in to comment.