Skip to content

Commit e47ab72

Browse files
committed
improved circleci
1 parent f310095 commit e47ab72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
- image: circleci/node:8
88
steps:
99
- checkout
10-
- run: npm i -g yarn
10+
- run: sudo npm i -g yarn
1111
- run: cd packages/graphql-playground && yarn
1212
- run: cd packages/graphql-playground && yarn build
1313

14-
electron-build-osx:
14+
electron-build:
1515
macos:
1616
xcode: "9.0"
1717
steps:
@@ -29,7 +29,7 @@ jobs:
2929
# - run: echo $CERTIFICATE_OSX_P12 | base64 --decode > certificate.p12
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
32-
- run: npm i -g yarn
32+
- run: sudo npm i -g yarn
3333
- run: cd packages/graphql-playground-electron && yarn
3434
- run: cd packages/graphql-playground-electron && yarn release
3535

@@ -38,4 +38,4 @@ workflows:
3838
build:
3939
jobs:
4040
- playground-build
41-
- electron-build-osx
41+
- electron-build

0 commit comments

Comments
 (0)