Skip to content

Commit

Permalink
chore: fix script setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrverdant13 committed Aug 7, 2023
1 parent 943070f commit f252f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ scripts:
run: melos run p --no-select
P:ci:
description: Check pub score.
run: melos exec --fail-fast --scope"coverde*" -- "dart run MELOS_ROOT_PATH/packages/pub_score_checker/main.dart MELOS_PACKAGE_PATH 20"
run: melos exec --fail-fast --scope="coverde*" -- "dart run MELOS_ROOT_PATH/packages/pub_score_checker/main.dart MELOS_PACKAGE_PATH 20"

WF:
description: Run full local workflow
Expand Down

0 comments on commit f252f23

Please sign in to comment.