From 0b300dd32a4ab4aefaba5b5c93351c8306a51ab1 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Fri, 12 May 2023 17:01:44 +0530 Subject: [PATCH] chore: fix melos lint:pub script --- melos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melos.yaml b/melos.yaml index baa8761d..23289dff 100644 --- a/melos.yaml +++ b/melos.yaml @@ -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.