9 lines
131 B
Makefile
9 lines
131 B
Makefile
json:
|
|
dart run build_runner build
|
|
|
|
json_watch:
|
|
dart run build_runner watch --delete-conflicting-outputs
|
|
|
|
l10n:
|
|
flutter gen-l10n
|