From 29d082b58cae3554dced8e6f8fc3bcc023ae14c5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 31 Jan 2024 07:31:09 +0000 Subject: [PATCH] Use `git log` to show generated files --- run.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.local b/run.local index bcb524b6..440ab517 100755 --- a/run.local +++ b/run.local @@ -46,7 +46,7 @@ function create-daily { ${title}" - echo "${filepath}" + git log --stat -1 } function npm:build:css {