-
Notifications
You must be signed in to change notification settings - Fork 226
fix: support configuration --server #875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Isn't this configurable in the pubspec? |
publish_to ? |
Yeah exactly, doesn't that work for you? Or does Melos have something hardcoded to the normal pub? |
hint Uploading... |
Can't go through the configuration file, can only go through dart pub publish - server=https://pub.dev, but I don't want to manually execute the command for each package, is there any way to solve it? |
I tried melos run publish this way, but it kept getting stuck. Do you want to publish 1.1.3 to https://pub.dev (y/N)? |
You can create a Melos script for it with |
Is there an existing issue for this?
Version
lastest
Description
support configuration --server
dart pub token add https://pub.flutter-io.cn
My pub points to https://pub.flutter-io.cn, but I need pushlish to https://pub.dartlang.org
Can you add more options, like dart publish --r=https://pub.dartlang.org
Steps to reproduce
Expected behavior
Screenshots
No response
Additional context and comments
No response
Other
The text was updated successfully, but these errors were encountered: