File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
- image : circleci/node:8
8
8
steps :
9
9
- checkout
10
- - run : npm i -g yarn
10
+ - run : sudo npm i -g yarn
11
11
- run : cd packages/graphql-playground && yarn
12
12
- run : cd packages/graphql-playground && yarn build
13
13
14
- electron-build-osx :
14
+ electron-build :
15
15
macos :
16
16
xcode : " 9.0"
17
17
steps :
29
29
# - run: echo $CERTIFICATE_OSX_P12 | base64 --decode > certificate.p12
30
30
# - run: security import certificate.p12 -k build.keychain -P $CERTIFICATE_OSX_PASSWORD -T /usr/bin/codesign
31
31
# - 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
33
33
- run : cd packages/graphql-playground-electron && yarn
34
34
- run : cd packages/graphql-playground-electron && yarn release
35
35
@@ -38,4 +38,4 @@ workflows:
38
38
build :
39
39
jobs :
40
40
- playground-build
41
- - electron-build-osx
41
+ - electron-build
You can’t perform that action at this time.
0 commit comments