Skip to content

Commit 2281776

Browse files
committed
🏗️ Add Makefile target to clean generated code
1 parent b39f97d commit 2281776

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ check_style:
2929
@# Help: Analyze the project's Dart code and check the formatting one or more Dart files.
3030
make analyze && make check_format
3131

32+
clean_code_gen:
33+
@# Help: Clean up the generated Dart code
34+
dart run build_runner clean
35+
3236
code_gen:
3337
@# Help: Run the build system for Dart code generation and modular compilation.
3438
dart run build_runner build --delete-conflicting-outputs

0 commit comments

Comments
 (0)