浏览代码

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