Skip to content

Instantly share code, notes, and snippets.

@canertuzunar
Created April 14, 2021 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canertuzunar/ccb92157a631a7c3d727d97914ffb00e to your computer and use it in GitHub Desktop.
Save canertuzunar/ccb92157a631a7c3d727d97914ffb00e to your computer and use it in GitHub Desktop.
//gatsby-node.js
exports.onPostBuild = ({ repoter }) => {
reporter.info(`Siteniz yayinlamaya hazir hale geldi!`)
}
/*Build islemi bittikten sonra onPostBuild API sayesinde
bize build isleminin bittigini yazan bir uyari donecek*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment