AppFlowy/frontend/app_flowy/Makefile

7 lines
156 B
Makefile
Raw Normal View History

2021-06-19 15:41:19 +00:00
.PHONY: freeze_build, free_watch
freeze_build:
flutter pub run build_runner build --delete-conflicting-outputs
watch:
flutter pub run build_runner watch