Skip to content

Commit 11b76fc

Browse files
committed
disable electron build
1 parent a3cd37b commit 11b76fc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ jobs:
88
- run: cd packages/graphql-playground && yarn
99
- run: cd packages/graphql-playground && yarn build
1010

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
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
1818

1919
workflows:
2020
version: 2
2121
build:
2222
jobs:
2323
- playground-build
24-
- electron-build
24+
#- electron-build

0 commit comments

Comments
 (0)