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 99 - checkout
1010 - run : sudo npm i -g yarn
1111 - run : yarn show-versions
12- - run : cd packages/graphql-playground-react && yarn
12+ - run : yarn install
1313 - run : cd packages/graphql-playground-react && yarn build
1414
1515 electron-build :
1616 macos :
1717 xcode : " 9.0"
1818 steps :
1919 - checkout
20+ - run : sudo npm i -g yarn
21+ - run : yarn show-versions
2022 - run : |
2123 security create-keychain -p travis build.keychain
2224 security default-keychain -s build.keychain
2830 - run : sudo npm i -g yarn
2931 # needed for release process
3032 - run : brew install gettext
31- - run : cd packages/graphql-playground-electron && yarn
33+ - run : yarn install
3234 - run : |
3335 if [[ -z "$CIRCLE_PULL_REQUEST" && "$CIRCLE_BRANCH" == "master" ]]
3436 then
You can’t perform that action at this time.
0 commit comments