We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47ab72 commit 9f78893Copy full SHA for 9f78893
.circleci/config.yml
@@ -30,6 +30,8 @@ jobs:
30
# - run: security import certificate.p12 -k build.keychain -P $CERTIFICATE_OSX_PASSWORD -T /usr/bin/codesign
31
# - run: security set-key-partition-list -S apple-tool:,apple: -s -k travis build.keychain
32
- run: sudo npm i -g yarn
33
+ # needed for release process
34
+ - run: brew install gettext
35
- run: cd packages/graphql-playground-electron && yarn
36
- run: cd packages/graphql-playground-electron && yarn release
37
0 commit comments