Netlify/0.8.1/DisableBuildEventHandlers

1.0.2Last update Jan 10, 2025
by@Codemod
Netlify/sdk
migration

This codemod renames disableBuildhook to disableBuildEventHandlers as required in Netlify SDK v0.8.1.

Before

await client.disableBuildhook(siteId);

After

await client.disableBuildEventHandlers(siteId);

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now