chore(repo): update melos for localization
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
+4
-4
@@ -13,7 +13,7 @@ scripts:
|
|||||||
|
|
||||||
analyze:
|
analyze:
|
||||||
run: |
|
run: |
|
||||||
melos exec -c 4 --ignore="*example*" -- \
|
melos exec -c 5 --ignore="*example*" -- \
|
||||||
dart analyze --fatal-infos .
|
dart analyze --fatal-infos .
|
||||||
description: |
|
description: |
|
||||||
Run `dart analyze` in all packages.
|
Run `dart analyze` in all packages.
|
||||||
@@ -26,7 +26,7 @@ scripts:
|
|||||||
|
|
||||||
lint:pub:
|
lint:pub:
|
||||||
run: |
|
run: |
|
||||||
melos exec -c 4 --no-private --ignore="*example*" -- \
|
melos exec -c 5 --no-private --ignore="*example*" -- \
|
||||||
pub publish --dry-run
|
pub publish --dry-run
|
||||||
description: |
|
description: |
|
||||||
Run `pub publish --dry-run` in all packages.
|
Run `pub publish --dry-run` in all packages.
|
||||||
@@ -56,7 +56,7 @@ scripts:
|
|||||||
dir-exists: test
|
dir-exists: test
|
||||||
|
|
||||||
test:flutter:
|
test:flutter:
|
||||||
run: melos exec -c 3 --fail-fast -- "flutter test --coverage"
|
run: melos exec -c 4 --fail-fast -- "flutter test --coverage"
|
||||||
description: Run Flutter tests for a specific package in this project.
|
description: Run Flutter tests for a specific package in this project.
|
||||||
select-package:
|
select-package:
|
||||||
flutter: true
|
flutter: true
|
||||||
@@ -64,7 +64,7 @@ scripts:
|
|||||||
|
|
||||||
coverage:ignore-file:
|
coverage:ignore-file:
|
||||||
run: |
|
run: |
|
||||||
melos exec -c 4 --fail-fast -- "\$MELOS_ROOT_PATH/.github/workflows/scripts/remove-from-coverage.sh"
|
melos exec -c 5 --fail-fast -- "\$MELOS_ROOT_PATH/.github/workflows/scripts/remove-from-coverage.sh"
|
||||||
description: Removes all the ignored files from the coverage report.
|
description: Removes all the ignored files from the coverage report.
|
||||||
select-package:
|
select-package:
|
||||||
dir-exists: coverage
|
dir-exists: coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user