Skip to content

Commit dc44fb2

Browse files
committed
Add instructions on scheduling meetings
1 parent c1acb54 commit dc44fb2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"format": "prettier --write \"**/*.{md,yml,yaml,json}\"",
1010
"format:check": "prettier --check \"**/*.{md,yml,yaml,json}\"",
1111
"build": "./build.sh",
12-
"watch": "nodemon -e json,md --exec \"npm run build\""
12+
"watch": "nodemon -e json,md --exec \"npm run build\"",
13+
"gen-agenda": "wgutils agenda gen"
1314
},
1415
"devDependencies": {
1516
"cspell": "6.31.1",

working-group/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ The GraphQL over HTTP working group is a sub group of the GraphQL working group.
77
> **Last Tuesday of the month at 17:30 - 18:30 UTC**
88
99
See [Agendas](agendas) for upcoming scheduled meetings and notes from previous meetings.
10+
11+
To create the agenda files for a given month YYYY/MM, run the following command:
12+
13+
```
14+
npm install && npm run gen-agenda YYYY MM
15+
```

0 commit comments

Comments
 (0)