AppFlowy/frontend/appflowy_flutter/Makefile

7 lines
156 B
Makefile
Raw Normal View History

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