Skip to content

Commit 90ce062

Browse files
committed
fix melos command for pub get
1 parent b015527 commit 90ce062

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
@@ -48,7 +48,7 @@ scripts:
4848

4949
pub-get:
5050
run: >-
51-
flutter pub global run melos exec -- \
51+
dart run melos exec -- \
5252
flutter pub get
5353
description: "Get pub dependencies"
5454

0 commit comments

Comments
 (0)