mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
7 lines
156 B
Makefile
7 lines
156 B
Makefile
.PHONY: freeze_build, free_watch
|
|
|
|
freeze_build:
|
|
flutter pub run build_runner build --delete-conflicting-outputs
|
|
|
|
watch:
|
|
flutter pub run build_runner watch
|