Skip to content

Commit 9f78893

Browse files
committed
added brew install command
1 parent e47ab72 commit 9f78893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
# - run: security import certificate.p12 -k build.keychain -P $CERTIFICATE_OSX_PASSWORD -T /usr/bin/codesign
3131
# - run: security set-key-partition-list -S apple-tool:,apple: -s -k travis build.keychain
3232
- run: sudo npm i -g yarn
33+
# needed for release process
34+
- run: brew install gettext
3335
- run: cd packages/graphql-playground-electron && yarn
3436
- run: cd packages/graphql-playground-electron && yarn release
3537

0 commit comments

Comments
 (0)