Skip to content

Commit fba804a

Browse files
committed
fix: should remove biome template
1 parent 8cd4892 commit fba804a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ export async function create({
302302
`${JSON.stringify(biomeJson, null, 2)}\n`,
303303
'utf-8',
304304
);
305+
await fs.promises.rm(biomeJsonTemplatePath);
305306
}
306307
}
307308

0 commit comments

Comments
 (0)