feat: add flowy_clean command to remove the build.rs cache

This commit is contained in:
appflowy
2022-02-15 22:35:52 +08:00
parent 0933935071
commit bf3a0b6e5b
11 changed files with 93 additions and 24 deletions

View File

@ -0,0 +1,7 @@
cd rust-lib
cargo clean
cd ../../shared-lib
cargo clean
rmdir /s/q lib-infra/.cache

10
frontend/scripts/clean.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
#!/usr/bin/env fish
cd rust-lib
cargo clean
cd ../../shared-lib
cargo clean
rm -rf lib-infra/.cache