From f5c8614c615f2a852351fced83b1f8f4baed3ddb Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 29 Aug 2025 19:40:48 +0000 Subject: [PATCH] fix(test/healthcheck): run asset build Signed-off-by: Xe Iaso --- test/healthcheck/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/healthcheck/test.sh b/test/healthcheck/test.sh index 2e45c2ee..33f0a19b 100755 --- a/test/healthcheck/test.sh +++ b/test/healthcheck/test.sh @@ -9,6 +9,8 @@ set -u ( cd ../.. && \ + npm ci && \ + npm run assets \ ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L )