From b2b106b91212d1eb54839facb92afbbd5e01ee89 Mon Sep 17 00:00:00 2001 From: Omar Babayev <101892803+omarbabaiev@users.noreply.github.com> Date: Fri, 26 Jul 2024 01:06:11 +0400 Subject: [PATCH] Update compile --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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