mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
10 lines
No EOL
112 B
Bash
10 lines
No EOL
112 B
Bash
#!/bin/sh
|
|
#!/usr/bin/env fish
|
|
|
|
cd rust-lib
|
|
cargo clean
|
|
|
|
cd ../../shared-lib
|
|
cargo clean
|
|
|
|
rm -rf lib-infra/.cache |