Explorar o código

chore: update windows clean script

nathan %!s(int64=2) %!d(string=hai) anos
pai
achega
d913bbba31
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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"
 )