Преглед на файлове

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

Feat/windows clean script
Nathan.fooo преди 2 години
родител
ревизия
233a9a0692
променени са 2 файла, в които са добавени 3 реда и са изтрити 0 реда
  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"
 )