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