Update shell script
This commit is contained in:
parent
d6475a08ef
commit
d04f43591f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
BASEDIR=$(dirname $0)
|
||||
echo "===> Script location: ${BASEDIR}"
|
||||
cd ${BASEDIR}/../../..
|
||||
echo "===> Build Project Path: ${PWD}"
|
||||
echo "===> Build Project Path: ${PWD}"
|
||||
dart run ${PWD}/bin/main.dart exe -j
|
||||
Loading…
Reference in a new issue