Skip to content

Commit cb3c614

Browse files
authored
fix metadata validation (#29)
2 parents 7a1d2d2 + a79acba commit cb3c614

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

gaps/GAP-13/metadata.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ summary: >
66
GraphQL executable document.
77
status: proposal
88
authors:
9-
- "Benjie Gillam <code@benjiegillam.com>"
9+
- name: "Benjie Gillam"
10+
email: "code@benjiegillam.com"
11+
githubUsername: "@benjie"
1012
sponsor: "@benjie"
1113
discussion: "https://github.com/graphql/gaps/pull/13"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"suggest:format": "echo \"\nTo resolve this, run: $(tput bold)npm run format$(tput sgr0)\" && exit 1",
1313
"test:format": "prettier --check . || npm run suggest:format",
1414
"test:spelling": "cspell \"spec/**/*.md\" README.md LICENSE.md",
15-
"test:structure": "find ./gaps -maxdepth 1 -type d -name 'GAP-*' -exec ./scripts/validate-structure.js {} \\;",
15+
"test:structure": "find ./gaps -maxdepth 1 -type d -name 'GAP-*' | xargs -I{} ./scripts/validate-structure.js {}",
1616
"sync:codeowners": "node scripts/sync-codeowners.js"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)