Skip to content

Commit f67e0d3

Browse files
committed
v1.3.12
1 parent 0af51dd commit f67e0d3

36 files changed

+170
-21661
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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ npm-debug.log
1919
lib
2020
/middleware
2121
playground.css
22+
*.log

packages/graphql-playground-electron/graphql.config.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)