mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
cdfb634aa6
* chore: upgrade flutter and dart * ci: upgrade flutter in cicd * fix: remove textstyle_extensions from flowy_infra * ci: upgrade flutter in cicd * fix: update flutter.toml * fix: deprecations and ffi * fix: move json_annotation to dependencies Must have accidentally moved it to dev_dependencies when upgrading dependencies * fix: update editor ref and use fold * chore: try with generate true
7 lines
116 B
Makefile
7 lines
116 B
Makefile
.PHONY: freeze_build, free_watch
|
|
|
|
freeze_build:
|
|
dart run build_runner build -d
|
|
|
|
watch:
|
|
dart run build_runner watch
|