Fix build.sh to include pub get

This commit is contained in:
zontreck 2024-11-23 01:48:04 -07:00
parent 0966d6b6de
commit eadb832041

View file

@ -3,4 +3,6 @@
rm -rf out || true
mkdir -pv out || true
dart pub get
dart compile exe -o out/awsparser bin/awsparser.dart