We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cd37b commit 11b76fcCopy full SHA for 11b76fc
.circleci/config.yml
@@ -8,17 +8,17 @@ jobs:
8
- run: cd packages/graphql-playground && yarn
9
- run: cd packages/graphql-playground && yarn build
10
11
- electron-build:
12
- docker:
13
- - image: circleci/node:8
14
- steps:
15
- - checkout
16
- - run: cd packages/graphql-playground-electron && yarn
17
- - run: cd packages/graphql-playground-electron && yarn release
+ #electron-build:
+ #docker:
+ #- image: circleci/node:8
+ #steps:
+ #- checkout
+ #- run: cd packages/graphql-playground-electron && yarn
+ #- run: cd packages/graphql-playground-electron && yarn release
18
19
workflows:
20
version: 2
21
build:
22
jobs:
23
- playground-build
24
- - electron-build
+ #- electron-build
0 commit comments