Skip to content

Commit

Permalink
repo sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Octomerger authored Nov 19, 2020
2 parents 8c184a7 + 4de2712 commit 2d611a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/graphql/update-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ async function main () {
updateStaticFile(previewsJson, path.join(graphqlStaticDir, 'previews.json'))
updateStaticFile(upcomingChangesJson, path.join(graphqlStaticDir, 'upcoming-changes.json'))
updateStaticFile(prerenderedObjects, path.join(graphqlStaticDir, 'prerendered-objects.json'))

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

// get latest from github/github
Expand Down

0 comments on commit 2d611a4

Please sign in to comment.