mirror of
				https://github.com/zws-im/zws.git
				synced 2025-10-30 23:27:52 +02:00 
			
		
		
		
	style: format with Prettier
This commit is contained in:
		
							
								
								
									
										28
									
								
								turbo.json
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								turbo.json
									
									
									
									
									
								
							| @@ -1,20 +1,12 @@ | ||||
| { | ||||
|   "$schema": "https://turbo.build/schema.json", | ||||
|   "tasks": { | ||||
|     "build": { | ||||
|       "dependsOn": [ | ||||
|         "^build" | ||||
|       ], | ||||
|       "outputs": [ | ||||
|         ".next/**", | ||||
|         "!.next/cache/**" | ||||
|       ] | ||||
|     }, | ||||
|     "type-check": { | ||||
|       "dependsOn": [ | ||||
|         "build", | ||||
|         "^build" | ||||
|       ] | ||||
|     } | ||||
|   } | ||||
| 	"$schema": "https://turbo.build/schema.json", | ||||
| 	"tasks": { | ||||
| 		"build": { | ||||
| 			"dependsOn": ["^build"], | ||||
| 			"outputs": [".next/**", "!.next/cache/**"] | ||||
| 		}, | ||||
| 		"type-check": { | ||||
| 			"dependsOn": ["build", "^build"] | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user