From 228fae7be48c2de8bf0a5dce7f64a8603229847e Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 16 Jun 2022 10:30:41 +0800 Subject: [PATCH 1/2] chore: update vscode setting --- frontend/.vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index 13845cc225..2f5e152d62 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -23,4 +23,5 @@ "*.log.*": "log" }, "editor.formatOnSave": true, + "files.eol": "\n", } \ No newline at end of file From d913bbba316e2d0837a3a2bd925e433f0b42aedb Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 16 Jun 2022 10:41:22 +0800 Subject: [PATCH 2/2] chore: update windows clean script --- frontend/scripts/clean.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/scripts/clean.cmd b/frontend/scripts/clean.cmd index c4bc3a4454..46cf54e69c 100644 --- a/frontend/scripts/clean.cmd +++ b/frontend/scripts/clean.cmd @@ -1,6 +1,8 @@ cd rust-lib cargo clean +cd ../../shared-lib + if exist "lib-infra/.cache" ( rmdir /s/q "lib-infra/.cache" ) \ No newline at end of file