chore: remove appflowy_web project (#5671)

* chore: remove appflowy_web project

* chore: remove ci
This commit is contained in:
Nathan.fooo
2024-07-01 22:49:24 +08:00
committed by GitHub
parent 2b8dca209e
commit 46896b5a2b
70 changed files with 9 additions and 11174 deletions

View File

@ -1,4 +1,3 @@
[tasks.wasm_build]
script_runner = "bash"
script = [
@ -29,15 +28,6 @@ run_task = { name = [
"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 = ["""