Skip to content

Commit 2d611a4

Browse files
authored
repo sync
2 parents 8c184a7 + 4de2712 commit 2d611a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/graphql/update-files.js

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ async function main () {
7878
updateStaticFile(previewsJson, path.join(graphqlStaticDir, 'previews.json'))
7979
updateStaticFile(upcomingChangesJson, path.join(graphqlStaticDir, 'upcoming-changes.json'))
8080
updateStaticFile(prerenderedObjects, path.join(graphqlStaticDir, 'prerendered-objects.json'))
81+
82+
// Ensure the YAML linter runs before checkinging in files
83+
execSync('npx prettier -w "**/*.{yml,yaml}"')
8184
}
8285

8386
// get latest from github/github

0 commit comments

Comments
 (0)