mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +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 |