Skip to content

Commit

Permalink
chore(deps): update melos.yaml for melos v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Mar 18, 2024
1 parent 3e6510e commit 091e264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:

# Dart/Flutter
- name: Check Dart format
run: melos run check-format --no-select
run: melos format --set-exit-if-changed
- name: Dart code analysis
run: melos run analyze --no-select
run: melos analyze
- name: Run Dart tests
run: melos run test

Expand Down
12 changes: 0 additions & 12 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ command:
preCommit: bash scripts/version.sh

scripts:
analyze:
exec: flutter analyze .
description: Analyze a specific package in this project.

check-format:
exec: dart format --set-exit-if-changed .
description: Check the format of a specific package in this project.

format:
exec: dart format .
description: Format a specific package in this project.

build:
run: melos run build:apple && melos run build:android && melos run build:other
description: Build all native libraries for the project.
Expand Down

0 comments on commit 091e264

Please sign in to comment.