mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
Merge pull request #559 from AppFlowy-IO/feat/windows_clean_script
Feat/windows clean script
This commit is contained in:
commit
233a9a0692
2 changed files with 3 additions and 0 deletions
1
frontend/.vscode/settings.json
vendored
1
frontend/.vscode/settings.json
vendored
|
|
@ -23,4 +23,5 @@
|
|||
"*.log.*": "log"
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
"files.eol": "\n",
|
||||
}
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
cd rust-lib
|
||||
cargo clean
|
||||
|
||||
cd ../../shared-lib
|
||||
|
||||
if exist "lib-infra/.cache" (
|
||||
rmdir /s/q "lib-infra/.cache"
|
||||
)
|
||||
Loading…
Reference in a new issue