From f7fd5b04e578fd56848b5280599ce791c1697ce2 Mon Sep 17 00:00:00 2001 From: khushpajwani2 <79623464+khushpajwani2@users.noreply.github.com> Date: Tue, 18 Oct 2022 14:58:05 +0530 Subject: [PATCH] Update compile --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]