Browse Source

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

Feat/windows clean script
Nathan.fooo 2 năm trước cách đây
mục cha
commit
233a9a0692
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 1 0
      frontend/.vscode/settings.json
  2. 2 0
      frontend/scripts/clean.cmd

+ 1 - 0
frontend/.vscode/settings.json

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

+ 2 - 0
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"
 )