Skip to content

Commit 6aaa572

Browse files
committed
chore: updated circle steps
1 parent 0abb61c commit 6aaa572

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ jobs:
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
@@ -28,7 +30,7 @@ jobs:
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

0 commit comments

Comments
 (0)