feat: add gen-class-models in melos scripts #51

Merged
hugo merged 1 commits from feat/gen_class_models into master 2022-11-24 22:57:50 +00:00
Showing only changes of commit 45312473d1 - Show all commits

View File

@ -47,7 +47,9 @@ scripts:
run: melos run test:selective_unit_test --no-select run: melos run test:selective_unit_test --no-select
description: Run all Flutter tests in this project. description: Run all Flutter tests in this project.
gen_coverage: melos exec -- sh "\$MELOS_ROOT_PATH/combine_coverage.sh" && genhtml coverage/lcov.info -o coverage/html gen-coverage: melos exec -- sh "\$MELOS_ROOT_PATH/combine_coverage.sh" && genhtml coverage/lcov.info -o coverage/html
gen-class-models: melos exec --scope="*wyatt_*" -- dart pub global run dcdg -o models/class-models.puml
# Additional cleanup lifecycle script, executed when `melos clean` is run. # Additional cleanup lifecycle script, executed when `melos clean` is run.
postclean: > postclean: >