mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: folder web (#4580)
* chore: folder wasm * chore: folder wasm * chore: resolve deps * chore: fix trait * chore: try localset * chore: fix * chore: fix * chore: fix * chore: async init sdk * chore: fix test * chore: fix test
This commit is contained in:
@ -26,9 +26,18 @@ run_task = { name = [
|
||||
"rm_rust_generated_files",
|
||||
"rm_web_generated_protobuf_files",
|
||||
"rm_web_generated_event_files",
|
||||
"rm_pkg",
|
||||
] }
|
||||
|
||||
|
||||
[tasks.rm_pkg]
|
||||
private = true
|
||||
script = ["""
|
||||
cd ${WEB_LIB_PATH}
|
||||
rimraf dist pkg
|
||||
"""]
|
||||
script_runner = "@duckscript"
|
||||
|
||||
[tasks.rm_web_generated_protobuf_files]
|
||||
private = true
|
||||
script = ["""
|
||||
|
Reference in New Issue
Block a user