From 49683f3e6ffe0ef1bb2dacc6bb0c18c0949dc141 Mon Sep 17 00:00:00 2001 From: Alan Clucas Date: Wed, 8 May 2024 16:17:23 +0100 Subject: [PATCH] chore: diagnose argocli-build failures Signed-off-by: Alan Clucas --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 76bfb4d84cba..72a5591330ab 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,8 @@ endef cli: dist/argo ui/dist/app/index.html: $(shell find ui/src -type f && find ui -maxdepth 1 -type f) + @echo $^ | xargs ls -l --full-time + ls -l --full-time $@ # `yarn install` is fast (~2s), so you can call it safely. JOBS=max yarn --cwd ui install # `yarn build` is slow, so we guard it with a up-to-date check.