Skip to content

Commit

Permalink
fix patrol_devtools_extension-prepare not finding build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 13, 2023
1 parent 93a0fb3 commit f276097
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ cd "$(dirname "$0")" || exit

out="../patrol/extension/devtools"

mkdir -p "$out"

flutter pub get
dart run devtools_extensions build_and_copy --source="." --dest="$out"

0 comments on commit f276097

Please sign in to comment.