Merge pull request #559 from AppFlowy-IO/feat/windows_clean_script

Feat/windows clean script
This commit is contained in:
Nathan.fooo 2022-06-16 11:26:00 +08:00 committed by GitHub
commit 233a9a0692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -23,4 +23,5 @@
"*.log.*": "log"
},
"editor.formatOnSave": true,
"files.eol": "\n",
}

View File

@ -1,6 +1,8 @@
cd rust-lib
cargo clean
cd ../../shared-lib
if exist "lib-infra/.cache" (
rmdir /s/q "lib-infra/.cache"
)