diff --git a/src/index.ts b/src/index.ts index 9967088..81afb64 100644 --- a/src/index.ts +++ b/src/index.ts @@ -302,6 +302,7 @@ export async function create({ `${JSON.stringify(biomeJson, null, 2)}\n`, 'utf-8', ); + await fs.promises.rm(biomeJsonTemplatePath); } }