diff --git a/bin/compile b/bin/compile index 14d7b10..f90d9ff 100755 --- a/bin/compile +++ b/bin/compile @@ -40,7 +40,7 @@ build_pubspec() { export PATH=$PATH:$DART_PATH:$PUB_CACHE_BIN message "*** Running pub get" - pub --version + dart --version #start pub from the /app folder to have correct symlink paths pub get