Skip to content

Commit 0f28a56

Browse files
committed
chore: Add JSON formatting as part of sync script
1 parent 7474545 commit 0f28a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/graphql/update-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function main () {
8080
updateStaticFile(prerenderedObjects, path.join(graphqlStaticDir, 'prerendered-objects.json'))
8181

8282
// Ensure the YAML linter runs before checkinging in files
83-
execSync('npx prettier -w "**/*.{yml,yaml}"')
83+
execSync('npx prettier -w "**/*.{yml,yaml,json}"')
8484
}
8585

8686
// get latest from github/github

0 commit comments

Comments
 (0)