From d04f43591f816ddec668584c65f318f11fd93cd0 Mon Sep 17 00:00:00 2001 From: "leedongmyung[desktop]" Date: Sun, 5 Nov 2023 09:06:23 +0900 Subject: [PATCH] Update shell script --- assets/script/shell/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/script/shell/build.sh b/assets/script/shell/build.sh index ca63c88..9b8fc3b 100644 --- a/assets/script/shell/build.sh +++ b/assets/script/shell/build.sh @@ -1,4 +1,5 @@ BASEDIR=$(dirname $0) echo "===> Script location: ${BASEDIR}" cd ${BASEDIR}/../../.. -echo "===> Build Project Path: ${PWD}" \ No newline at end of file +echo "===> Build Project Path: ${PWD}" +dart run ${PWD}/bin/main.dart exe -j \ No newline at end of file