You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"internal error - function usage: publish <package path>"
@@ -56,6 +68,7 @@ function publish() {
56
68
pkg_dir="${root}/${1}"
57
69
pubspec="${pkg_dir}/pubspec.yaml"
58
70
71
+
echo""
59
72
echo -e "You're about to publish directory \e[33m'${1}'\e[39m as package \e[33m$($YQCMDread"${pubspec}" name) v$($YQCMDread"${pubspec}" version)\e[39m"
60
73
echo -e "\e[31mWARNING: The same version can NOT be published twice!\e[39m"
61
74
read -p " Publish to pub.dev [y/N]? " yn
@@ -73,20 +86,8 @@ function publish() {
73
86
publish objectbox
74
87
publish generator
75
88
89
+
echo""
76
90
echo"⚠️ WAIT A MINUTE before publishing the Flutter packages, or resolving the objectbox package version will fail"
77
91
78
92
publish flutter_libs
79
93
publish sync_flutter_libs
80
-
81
-
#======================== AFTER publishing==================== #
82
-
83
-
# Disabled to publish with Dart SDK 2.19, see objectbox/objectbox-dart#55.
84
-
#echo "Restoring pubspec.yaml files from backup pubspec.yaml.original"
0 commit comments