From 2d7a028c88b228e25aaedc7634904c18c83bea1a Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 17 Jun 2021 10:10:12 +0200 Subject: [PATCH] Install yarn on mac --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e84726d..571e8c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -144,9 +144,10 @@ steps: - sed -i '' 's/\\/api\\/v1//g' frontend/index.html # Make sure that the -unstable suffix is added to release files - sed -i '' "s/\$${version}/$$VERSION/g" package.json + - brew install yarn - yarn install - yarn dist --mac - - brew install minio/stable/mc + # - brew install minio/stable/mc - mc config host add scw-fr-par https://s3.fr-par.scw.cloud $ACCESS_KEY $SECRET_KEY --api S3v4 - mc cp ./dist/* scw-fr-par/vikunja-releases/desktop/$VERSION/