all repos — website @ 1828d352da665fffc73536d47018a79a81d55771

My website

Tweak logging verbosity

Alan Pearce
commit

1828d352da665fffc73536d47018a79a81d55771

parent

d00ba8dc1a7b7d46f9cc05272927dbcb81e09208

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M bin/build.tsbin/build.ts
@@ -21,7 +21,7 @@ log.error("static directory not found");
process.exit(1); } fs.readdirSync("static").map((file) => { - log.info(`Copying static/${file}`); + log.debug(`Copying static/${file}`); fs.cpSync(`static/${file}`, `public/${file}`, { dereference: true, recursive: true,