Skip to content

Commit 19780aa

Browse files
Attempt #4
1 parent ba333dd commit 19780aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/schemas/tools/generate.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ const BANNER_COMMENT = '// THIS IS A AUTO-GENERATED FILE. DO NOT MODIFY MANUALLY
1313
const outDirRoot = path.resolve(`${cwd}/src`);
1414
const schemas = await glob(`${schemasBasePath}/**/*.json`);
1515

16-
// Clean output directory first
17-
await rm(outDirRoot, { recursive: true, force: true });
18-
19-
2016
await Promise.all(schemas.map(async (schemaPath) => {
2117
const name = path.parse(schemaPath).name;
2218
const version = path.basename(path.dirname(schemaPath));

0 commit comments

Comments
 (0)