mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-03 19:43:52 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			156 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			156 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY: freeze_build, free_watch
 | 
						|
 | 
						|
freeze_build:
 | 
						|
	flutter pub run build_runner build --delete-conflicting-outputs
 | 
						|
 | 
						|
watch:
 | 
						|
	flutter pub run build_runner watch
 |