summaryrefslogtreecommitdiff
path: root/build.ts
diff options
context:
space:
mode:
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 = {