File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
- checkout
10
10
- run : sudo npm i -g yarn
11
11
- run : yarn show-versions
12
- - run : cd packages/graphql-playground-react && yarn
12
+ - run : yarn install
13
13
- run : cd packages/graphql-playground-react && yarn build
14
14
15
15
electron-build :
16
16
macos :
17
17
xcode : " 9.0"
18
18
steps :
19
19
- checkout
20
+ - run : sudo npm i -g yarn
21
+ - run : yarn show-versions
20
22
- run : |
21
23
security create-keychain -p travis build.keychain
22
24
security default-keychain -s build.keychain
28
30
- run : sudo npm i -g yarn
29
31
# needed for release process
30
32
- run : brew install gettext
31
- - run : cd packages/graphql-playground-electron && yarn
33
+ - run : yarn install
32
34
- run : |
33
35
if [[ -z "$CIRCLE_PULL_REQUEST" && "$CIRCLE_BRANCH" == "master" ]]
34
36
then
You can’t perform that action at this time.
0 commit comments