mirror of
https://github.com/jlengrand/check-html-links-netlify-plugin.git
synced 2026-03-10 08:11:17 +00:00
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
module.exports = {
|
|
onPreBuild: () => {
|
|
console.log('Hello world from onPreBuild event!')
|
|
},
|
|
} |