Add quality gates and baseline tests for web/mobile
This commit is contained in:
@@ -78,6 +78,18 @@ melos:
|
||||
packageFilters:
|
||||
dependsOn: build_runner
|
||||
|
||||
analyze:all:
|
||||
run: |
|
||||
melos exec --scope="krowwithus_client" -- "flutter analyze"
|
||||
melos exec --scope="krowwithus_staff" -- "flutter analyze"
|
||||
description: "Run flutter analyze for both client and staff apps."
|
||||
|
||||
test:all:
|
||||
run: |
|
||||
melos exec --scope="krowwithus_client" -- "flutter test"
|
||||
melos exec --scope="krowwithus_staff" -- "flutter test"
|
||||
description: "Run flutter tests for both client and staff apps."
|
||||
|
||||
build:client:
|
||||
run: |
|
||||
melos run gen:l10n --filter="core_localization"
|
||||
|
||||
Reference in New Issue
Block a user