From 37472e6d6165cae873ec5e1ef6289134ed08f6cc Mon Sep 17 00:00:00 2001 From: jstoobysmith <72603918+jstoobysmith@users.noreply.github.com> Date: Fri, 3 May 2024 07:20:47 -0400 Subject: [PATCH] feat: Add build script --- scripts/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/build.sh diff --git a/scripts/build.sh b/scripts/build.sh new file mode 100755 index 0000000..9312991 --- /dev/null +++ b/scripts/build.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + + + +lake exe cache get +lake build \ No newline at end of file