feat: add gen-class-models in melos scripts

This commit is contained in:
AN12345 2022-11-24 17:55:07 -05:00
parent 17e7bce9e6
commit 45312473d1

View File

@ -47,7 +47,9 @@ scripts:
run: melos run test:selective_unit_test --no-select
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.
postclean: >