mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-04 03:54:44 +00:00 
			
		
		
		
	Merge pull request #556 from AppFlowy-IO/fix/build_task
fix: build appflowy from VS Code
This commit is contained in:
		
						commit
						ea3d142b09
					
				
							
								
								
									
										2
									
								
								frontend/.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								frontend/.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							@ -15,11 +15,11 @@
 | 
			
		||||
			"dependsOrder": "sequence",
 | 
			
		||||
			"dependsOn": [
 | 
			
		||||
				"AF: Clean",
 | 
			
		||||
				"AF: build_flowy_sdk",
 | 
			
		||||
				"AF: Flutter Pub Get",
 | 
			
		||||
				"AF: Flutter Package Get",
 | 
			
		||||
				"AF: Generate Language Files",
 | 
			
		||||
				"AF: Generate Freezed Files",
 | 
			
		||||
				"AF: build_flowy_sdk"
 | 
			
		||||
			],
 | 
			
		||||
			"presentation": {
 | 
			
		||||
				"reveal": "always",
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,6 @@
 | 
			
		||||
cd rust-lib
 | 
			
		||||
cargo clean
 | 
			
		||||
 | 
			
		||||
cd ../../shared-lib
 | 
			
		||||
cargo clean
 | 
			
		||||
 | 
			
		||||
if exist "lib-infra/.cache" (
 | 
			
		||||
    rmdir /s/q "lib-infra/.cache"
 | 
			
		||||
)
 | 
			
		||||
@ -4,7 +4,10 @@
 | 
			
		||||
cd rust-lib
 | 
			
		||||
cargo clean
 | 
			
		||||
 | 
			
		||||
cd ../../shared-lib
 | 
			
		||||
cargo clean
 | 
			
		||||
CACHE_FILE=lib-infra/.cache
 | 
			
		||||
if [ -f "$CACHE_FILE" ]; then
 | 
			
		||||
  echo "Remove $CACHE_FILE"
 | 
			
		||||
  rm -rf $CACHE_FILE
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
rm -rf lib-infra/.cache
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user