diff --git a/bin/compile b/bin/compile index 14d7b10..cb1357d 100755 --- a/bin/compile +++ b/bin/compile @@ -40,10 +40,10 @@ build_pubspec() { export PATH=$PATH:$DART_PATH:$PUB_CACHE_BIN message "*** Running pub get" - pub --version + dart pub --version #start pub from the /app folder to have correct symlink paths - pub get + dart pub get dart pub global activate webdev if [ -d "web" ]