Skip to content

Commit 1244d21

Browse files
committed
chore: fix CLI, use main in release flow
1 parent 2618c99 commit 1244d21

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:

packages/generate-config/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"description": "shared relay utilities for graphql-js compatible parsers",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7-
"repository": "[email protected]:relay-tools/relay-graphql-js.git",
7+
"homepage": "https://github.com/relay-tools/relay-graphql-js/blob/main/packages/generate-config#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/relay-tools/relay-graphql-js.git",
11+
"directory": "packages/generate-config"
12+
},
813
"author": "Rikki <[email protected]>",
914
"license": "MIT",
1015
"peerDependencies": {

packages/graphql-config/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"description": "full graphql config for relay graphql",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7-
"repository": "[email protected]:relay-tools/relay-graphql-js.git",
7+
"homepage": "https://github.com/relay-tools/relay-graphql-js/blob/main/packages/graphql-config#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/relay-tools/relay-graphql-js.git",
11+
"directory": "packages/graphql-config"
12+
},
813
"author": "Rikki <[email protected]>",
914
"license": "MIT",
1015
"peerDependencies": {

packages/validation-rules/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"description": "shared validation rules for graphql-js parser",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7-
"repository": "[email protected]:relay-tools/relay-graphql-js.git",
7+
"homepage": "https://github.com/relay-tools/relay-graphql-js/blob/main/packages/validation-rules#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/relay-tools/relay-graphql-js.git",
11+
"directory": "packages/validation-rules"
12+
},
813
"author": "Rikki <[email protected]>",
914
"license": "MIT",
1015
"devDependencies": {

packages/vscode-apollo-relay/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010
],
1111
"main": "dist/index.js",
1212
"types": "dist/index.d.ts",
13-
"repository": "https://github.com/relay-tools/vscode-apollo-relay",
14-
"homepage": "https://github.com/relay-tools/vscode-apollo-relay#readme",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/relay-tools/relay-graphql-js.git",
16+
"directory": "packages/vscode-apollo-relay"
17+
},
18+
"homepage": "https://github.com/relay-tools/relay-graphql-js/blob/main/packages/vscode-apollo-relay#readme",
1519
"author": {
1620
"name": "Eloy Durán",
1721
"email": "[email protected]",

0 commit comments

Comments
 (0)