From e114999307152f7093d00da4ca14c7f2348f4bfa Mon Sep 17 00:00:00 2001 From: limepotato Date: Sun, 15 Sep 2024 19:51:50 -0600 Subject: [PATCH] build script --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..799c005 --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +pnpm i +pnpm run build +./backend/gradlew shadowJar \ No newline at end of file