瀏覽代碼

chore: update windows clean script

nathan 2 年之前
父節點
當前提交
d913bbba31
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      frontend/scripts/clean.cmd

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