From 01b1597b9266ac412e679e82d9f6815d460561c4 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sat, 1 Jun 2019 14:03:17 +0100 Subject: [PATCH] Fix circle-ci for yarn, but this time for real --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c4a5d09e..8cedda7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ jobs: MOZ_HEADLESS: 1 steps: - commoncmd - - run: sudo yarn add -g get-firefox + - run: sudo yarn global add get-firefox - run: get-firefox --branch nightly --platform linux --extract --target ~/ - run: ~/firefox/firefox -v - run: bash -c '"$(yarn bin)/web-ext" build --source-dir ./build --overwrite-dest'