summaryrefslogtreecommitdiff
path: root/build.ts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-12 02:50:19 -0500
committerseth <[email protected]>2023-11-12 02:50:58 -0500
commit66a32af19878f8fc341c4e74b9324ea3e7c90b84 (patch)
tree2bb303d8ed2fa82b29665eb04dac3fdc2cd0d59c /build.ts
parent7a6fccc7b858b5497858913befb1facbe83510f2 (diff)
chore: refactor lint/format config
Diffstat (limited to 'build.ts')
-rw-r--r--build.ts6
1 files changed, 5 insertions, 1 deletions
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 = {