From 66a32af19878f8fc341c4e74b9324ea3e7c90b84 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 12 Nov 2023 02:50:19 -0500 Subject: chore: refactor lint/format config --- build.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build.ts') diff --git a/build.ts b/build.ts index 3605b42..3c6a66c 100644 --- a/build.ts +++ b/build.ts @@ -27,7 +27,11 @@ const wies = (await readdir(teawieArchiveDir)).filter((wie) => { }); for (const f of wies) { - await copyFile(join(teawieArchiveDir, f), join(contentDir, "teawie", f), constants.COPYFILE_FICLONE); + await copyFile( + join(teawieArchiveDir, f), + join(contentDir, "teawie", f), + constants.COPYFILE_FICLONE, + ); } const define = { -- cgit v1.2.3