We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39f97d commit 2281776Copy full SHA for 2281776
Makefile
@@ -29,6 +29,10 @@ check_style:
29
@# Help: Analyze the project's Dart code and check the formatting one or more Dart files.
30
make analyze && make check_format
31
32
+clean_code_gen:
33
+ @# Help: Clean up the generated Dart code
34
+ dart run build_runner clean
35
+
36
code_gen:
37
@# Help: Run the build system for Dart code generation and modular compilation.
38
dart run build_runner build --delete-conflicting-outputs
0 commit comments