From 9a8f3715c1c98d6380d6bd6c59f63621cf2779b2 Mon Sep 17 00:00:00 2001 From: Jason Law Date: Sun, 1 May 2022 19:46:46 +0800 Subject: [PATCH] publish pub dev script --- publish.sh | 5 +++++ publish_dryrun.sh | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 publish.sh create mode 100644 publish_dryrun.sh diff --git a/publish.sh b/publish.sh new file mode 100644 index 0000000..0475126 --- /dev/null +++ b/publish.sh @@ -0,0 +1,5 @@ +flutter clean + +flutter pub get + +flutter pub publish \ No newline at end of file diff --git a/publish_dryrun.sh b/publish_dryrun.sh new file mode 100644 index 0000000..83b6cd2 --- /dev/null +++ b/publish_dryrun.sh @@ -0,0 +1,5 @@ +flutter clean + +flutter pub get + +flutter pub publish --dry-run \ No newline at end of file