mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-01 13:30:21 +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
|