blob: 0a9359628b983c5bcac6eccf28ecfd5c19737c47 [file] [log] [blame]
let format;
try {
format = await import("./dist/config/format.js");
} catch (e) {
console.log("Please run `yarn` and `yarn build` first.");
}
await format(true);
process.exit(0);