Browse Source

tool: Add melos scripts for CI

pull/404/head
jld3103 1 year ago
parent
commit
166cf108e8
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 5
      melos.yaml

5
melos.yaml

@ -17,3 +17,8 @@ packages:
ide:
intellij:
enabled: false
scripts:
format-check: dart format --output=none --set-exit-if-changed --line-length 120 .
analyze: dart analyze --fatal-infos .
test: melos exec --concurrency=1 --fail-fast --dir-exists=test -- "flutter test"

Loading…
Cancel
Save