Переглянути джерело

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