Skip to content

Commit 5d46497

Browse files
committed
Fix melos pana analyze
1 parent 373413b commit 5d46497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

melos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ scripts:
2828

2929
analyze:packages:pana:
3030
description: Analyze Dart packages with Pana
31-
run: dart pub global run pana --no-warning --exit-code-threshold 0
31+
exec: dart pub global run pana --no-warning --exit-code-threshold 0
3232
packageFilters:
3333
noPrivate: true
3434

0 commit comments

Comments
 (0)