Ver Fonte

chore: update windows clean script

nathan há 2 anos atrás
pai
commit
d913bbba31
1 ficheiros alterados com 2 adições e 0 exclusões
  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"
 )