Skip to content

Commit 6abb5b0

Browse files
fix build script
1 parent e5e1610 commit 6abb5b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

run_dev.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ echo ""
2626

2727
# Build Express server
2828
echo "[1/4] Building Express server..."
29+
cd "$SCRIPT_DIR/tools/build"
30+
dart pub get
2931
cd "$SCRIPT_DIR"
3032
dart run tools/build/build.dart backend
3133

0 commit comments

Comments
 (0)