feat: add gen-class-models in melos scripts #51
| @ -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: > | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user