mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04: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"
|
"*.log.*": "log"
|
||||||
},
|
},
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
"files.eol": "\n",
|
||||||
}
|
}
|
|
@ -1,6 +1,8 @@
|
||||||
cd rust-lib
|
cd rust-lib
|
||||||
cargo clean
|
cargo clean
|
||||||
|
|
||||||
|
cd ../../shared-lib
|
||||||
|
|
||||||
if exist "lib-infra/.cache" (
|
if exist "lib-infra/.cache" (
|
||||||
rmdir /s/q "lib-infra/.cache"
|
rmdir /s/q "lib-infra/.cache"
|
||||||
)
|
)
|
Loading…
Add table
Add a link
Reference in a new issue