Skip to content

Commit 4e8bada

Browse files
authored
fix: should remove biome template (#46)
1 parent 8cd4892 commit 4e8bada

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)