Преглед изворни кода

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