mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-14 20:46:07 +00:00
10 lines
112 B
Bash
10 lines
112 B
Bash
![]() |
#!/bin/sh
|
||
|
#!/usr/bin/env fish
|
||
|
|
||
|
cd rust-lib
|
||
|
cargo clean
|
||
|
|
||
|
cd ../../shared-lib
|
||
|
cargo clean
|
||
|
|
||
|
rm -rf lib-infra/.cache
|