Fix build.sh to include pub get
This commit is contained in:
parent
0966d6b6de
commit
eadb832041
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -3,4 +3,6 @@
|
||||||
rm -rf out || true
|
rm -rf out || true
|
||||||
mkdir -pv out || true
|
mkdir -pv out || true
|
||||||
|
|
||||||
|
dart pub get
|
||||||
|
|
||||||
dart compile exe -o out/awsparser bin/awsparser.dart
|
dart compile exe -o out/awsparser bin/awsparser.dart
|
Loading…
Add table
Add a link
Reference in a new issue