mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: cache dart_event.dart file
This commit is contained in:
@ -107,7 +107,7 @@ script = [
|
||||
flutter_lib=${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/app_flowy/packages
|
||||
|
||||
rust_source=${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/rust-lib/
|
||||
output=${flutter_lib}/flowy_sdk/lib/dispatch/code_gen.dart
|
||||
output=${flutter_lib}/flowy_sdk/lib/dispatch/dart_event.dart
|
||||
|
||||
cargo run \
|
||||
--manifest-path ${flowy_tool} dart-event \
|
||||
@ -124,7 +124,7 @@ script = [
|
||||
flutter_lib=set ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/app_flowy/packages
|
||||
|
||||
rust_source=set ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/rust-lib/
|
||||
output=set ${flutter_lib}/flowy_sdk/lib/dispatch/code_gen.dart
|
||||
output=set ${flutter_lib}/flowy_sdk/lib/dispatch/dart_event.dart
|
||||
|
||||
exec cmd.exe /c cargo run \
|
||||
--manifest-path ${flowy_tool} dart-event \
|
||||
|
Reference in New Issue
Block a user