chore: fix melos lint:pub script

This commit is contained in:
Sahil Kumar
2023-05-12 17:01:44 +05:30
committed by GitHub
parent 99ce72521b
commit 0b300dd32a
+1 -1
View File
@@ -41,7 +41,7 @@ scripts:
lint:pub:
run: |
melos exec -c 5 --no-private --ignore="*example*" -- \
pub publish --dry-run
flutter pub publish --dry-run
description: |
Run `pub publish --dry-run` in all packages.
- Note: you can also rely on your IDEs Dart Analysis / Issues window.