From a6fd98ba87ebcd4a2a670aaaeb82edf74ec17868 Mon Sep 17 00:00:00 2001 From: Chris Rybicki Date: Fri, 30 Aug 2024 14:36:09 -0400 Subject: [PATCH] try changing test.sh script --- k8s/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/k8s/test.sh b/k8s/test.sh index fed6ee9b..b41e6f88 100755 --- a/k8s/test.sh +++ b/k8s/test.sh @@ -1,2 +1,5 @@ #!/bin/sh -echo Done +echo "Compiling..." +wing compile . +echo "Generating docs..." +wing gen-docs