GitHub actions

This commit is contained in:
Jarred Sumner
2024-05-16 01:22:15 -07:00
parent d51e144344
commit db80f22751
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,10 @@ import type { Field, ClassDefinition } from "./class-definitions";
import { writeIfNotChanged } from "./helpers";
import { camelCase, pascalCase } from "change-case";
if (process.env.BUN_SILENT === "1") {
console.log = () => {};
}
const files = process.argv.slice(2);
const outBase = files.pop();