Skip to content

Commit

Permalink
publish pub dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlaw committed May 1, 2022
1 parent 2e1b552 commit 9a8f371
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
flutter clean

flutter pub get

flutter pub publish
5 changes: 5 additions & 0 deletions publish_dryrun.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
flutter clean

flutter pub get

flutter pub publish --dry-run

0 comments on commit 9a8f371

Please sign in to comment.