From eadb832041e7854213d202faa01944fa2e67d75d Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 23 Nov 2024 01:48:04 -0700 Subject: [PATCH] Fix build.sh to include pub get --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 996e7ff..923ae42 100755 --- a/build.sh +++ b/build.sh @@ -3,4 +3,6 @@ rm -rf out || true mkdir -pv out || true +dart pub get + dart compile exe -o out/awsparser bin/awsparser.dart \ No newline at end of file