Skip to content

Commit

Permalink
v1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Dec 24, 2017
1 parent 0af51dd commit f67e0d3
Show file tree
Hide file tree
Showing 36 changed files with 170 additions and 21,661 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:
- run: cd packages/graphql-playground && yarn
- run: cd packages/graphql-playground && yarn build

#electron-build:
#docker:
#- image: circleci/node:8
#steps:
#- checkout
#- run: cd packages/graphql-playground-electron && yarn
#- 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

workflows:
version: 2
build:
jobs:
- playground-build
#- electron-build
- electron-build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ npm-debug.log
lib
/middleware
playground.css
*.log
9 changes: 0 additions & 9 deletions packages/graphql-playground-electron/graphql.config.json

This file was deleted.

0 comments on commit f67e0d3

Please sign in to comment.