mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #559 from AppFlowy-IO/feat/windows_clean_script
Feat/windows clean script
This commit is contained in:
commit
233a9a0692
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 New Issue
Block a user