Skip to content

Commit 4c6bbf1

Browse files
committed
chore: fixed circleci
1 parent 6aaa572 commit 4c6bbf1

File tree

6 files changed

+46
-19
lines changed

6 files changed

+46
-19
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
- run: sudo npm i -g yarn
3131
# needed for release process
3232
- run: brew install gettext
33-
- run: yarn install
33+
# - run: yarn install
34+
# temporarily delete workspace `package.json`
35+
# pending: https://github.com/electron-userland/electron-builder/issues/2222
36+
- run: rm package.json
37+
- run: cd packages/graphql-playground-electron && yarn
3438
- run: |
3539
if [[ -z "$CIRCLE_PULL_REQUEST" && "$CIRCLE_BRANCH" == "master" ]]
3640
then

packages/graphql-playground-html/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
],
2727
"devDependencies": {
2828
"@types/node": "^8.5.2",
29+
"rimraf": "^2.6.2",
2930
"typescript": "^2.6.1"
3031
},
3132
"typings": "dist/index.d.ts",

packages/graphql-playground-middleware-express/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@types/node": "^8.5.2",
33+
"rimraf": "^2.6.2",
3334
"typescript": "^2.6.2"
3435
},
3536
"dependencies": {

packages/graphql-playground-middleware-hapi/package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "graphql-playground-middleware-hapi",
33
"version": "1.3.6",
4-
"homepage":
5-
"https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-hapi",
6-
"description":
7-
"GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
4+
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-hapi",
5+
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
86
"contributors": [
97
"Tim Suchanek <[email protected]>",
108
"Johannes Schickling <[email protected]>",
@@ -13,17 +11,26 @@
1311
"repository": "http://github.com/graphcool/graphql-playground.git",
1412
"license": "SEE LICENSE IN LICENSE",
1513
"main": "dist/index.js",
16-
"files": ["dist"],
14+
"files": [
15+
"dist"
16+
],
1717
"scripts": {
1818
"build": "rimraf dist && tsc",
1919
"prepare": "npm run build"
2020
},
21-
"keywords": ["graphql", "graphiql", "playground", "graphcool", "hapi"],
21+
"keywords": [
22+
"graphql",
23+
"graphiql",
24+
"playground",
25+
"graphcool",
26+
"hapi"
27+
],
2228
"peerDependencies": {
2329
"hapi": "^16.6.2"
2430
},
2531
"devDependencies": {
2632
"@types/node": "^8.0.47",
33+
"rimraf": "^2.6.2",
2734
"typescript": "^2.6.1"
2835
},
2936
"typings": "dist/index.d.ts",

packages/graphql-playground-middleware-koa/package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "graphql-playground-middleware-koa",
33
"version": "1.3.6",
4-
"homepage":
5-
"https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-koa",
6-
"description":
7-
"GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
4+
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-koa",
5+
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
86
"contributors": [
97
"Tim Suchanek <[email protected]>",
108
"Johannes Schickling <[email protected]>",
@@ -13,17 +11,26 @@
1311
"repository": "http://github.com/graphcool/graphql-playground.git",
1412
"license": "SEE LICENSE IN LICENSE",
1513
"main": "dist/index.js",
16-
"files": ["dist"],
14+
"files": [
15+
"dist"
16+
],
1717
"scripts": {
1818
"build": "rimraf dist && tsc",
1919
"prepare": "npm run build"
2020
},
21-
"keywords": ["graphql", "graphiql", "playground", "graphcool", "koa"],
21+
"keywords": [
22+
"graphql",
23+
"graphiql",
24+
"playground",
25+
"graphcool",
26+
"koa"
27+
],
2228
"peerDependencies": {
2329
"koa": "^2.3.0"
2430
},
2531
"devDependencies": {
2632
"@types/node": "^8.0.47",
33+
"rimraf": "^2.6.2",
2734
"typescript": "^2.6.1"
2835
},
2936
"typings": "dist/index.d.ts",

packages/graphql-playground-middleware-lambda/package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "graphql-playground-middleware-lambda",
33
"version": "1.3.6",
4-
"homepage":
5-
"https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-lambada",
6-
"description":
7-
"GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
4+
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-lambada",
5+
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
86
"contributors": [
97
"Tim Suchanek <[email protected]>",
108
"Johannes Schickling <[email protected]>",
@@ -13,17 +11,26 @@
1311
"repository": "http://github.com/graphcool/graphql-playground.git",
1412
"license": "SEE LICENSE IN LICENSE",
1513
"main": "dist/index.js",
16-
"files": ["dist"],
14+
"files": [
15+
"dist"
16+
],
1717
"scripts": {
1818
"build": "rimraf dist && tsc",
1919
"prepare": "npm run build"
2020
},
21-
"keywords": ["graphql", "graphiql", "playground", "graphcool", "lambada"],
21+
"keywords": [
22+
"graphql",
23+
"graphiql",
24+
"playground",
25+
"graphcool",
26+
"lambada"
27+
],
2228
"peerDependencies": {
2329
"aws-lambda": "^0.1.2"
2430
},
2531
"devDependencies": {
2632
"@types/node": "^8.0.47",
33+
"rimraf": "^2.6.2",
2734
"typescript": "^2.6.1"
2835
},
2936
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)