AppFlowy/frontend/app_flowy/Makefile
2021-11-20 09:34:43 +08:00

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