mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 10:03:18 +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 | 
