Fix circle-ci for yarn, but this time for real

This commit is contained in:
Oliver Blanthorn 2019-06-01 14:03:17 +01:00
parent 037a3053bd
commit 01b1597b92
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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'