소스 검색

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