Skip to content

Commit

Permalink
Update melos.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Li <[email protected]>
  • Loading branch information
AlexV525 authored Nov 5, 2023
1 parent 767ed68 commit 334eed1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ command:
runPubGetInParallel: false

scripts:
files-patch:
run: dart $MELOS_ROOT_PATH/scripts/files_patch.dart
files-patch: # Apply files patches for different versions of SDKs.
run: |
dart $MELOS_ROOT_PATH/scripts/files_patch.dart
pre-bootstrap:
pre-bootstrap: # Filtering available packages that need to be bootstrapped.
run: |
export MELOS_PACKAGES=$(dart $MELOS_ROOT_PATH/scripts/melos_packages.dart true)
melos bootstrap
github-ci:
github-ci: # Executions for GitHub Action runners.
run: |
export MELOS_IGNORE_PACKAGES=$(dart $MELOS_ROOT_PATH/scripts/melos_packages.dart false)
melos exec $(eval echo $MELOS_IGNORE_PACKAGES) -- "dart format --set-exit-if-changed ."
Expand Down

0 comments on commit 334eed1

Please sign in to comment.