mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
update build script: disable dart isolate on test
This commit is contained in:
@ -25,7 +25,7 @@ description = "Build desktop targets."
|
||||
script = [
|
||||
"""
|
||||
cd rust-lib/
|
||||
cargo build --package=dart-ffi --target ${DESKTOP_TARGET}
|
||||
cargo build --package=dart-ffi --target ${DESKTOP_TARGET} --features="observable"
|
||||
cd ../
|
||||
""",
|
||||
]
|
||||
|
Reference in New Issue
Block a user