chore(scripts): add build_engine script (#48)

This commit is contained in:
Felix Angelov
2023-03-08 13:38:30 -06:00
committed by GitHub
parent cfa89fa70d
commit 92e471cf4a
3 changed files with 78 additions and 28 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# Fetch dart dependencies
dart pub global activate very_good_cli
very_good --analytics=false
very_good packages get -r ./packages
# And the rust side
cd updater
cargo check