Skip to content

Commit

Permalink
Add pub_get.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Nov 16, 2023
1 parent 4950a99 commit cf4c259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/pub_get.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
flutter pub get
(cd flutter_quill_extensions && flutter pub get)
(cd flutter_quill_test && flutter pub get)
(cd packages/quill_html_converter && flutter pub get)

0 comments on commit cf4c259

Please sign in to comment.