empty outputs of lint and test
This commit is contained in:
		
							parent
							
								
									de532c72d6
								
							
						
					
					
						commit
						9992d7da1a
					
				|  | @ -1,7 +1,9 @@ | |||
| { | ||||
|   "$schema": "https://turborepo.org/schema.json", | ||||
|   "pipeline": { | ||||
|     "lint": {}, | ||||
|     "lint": { | ||||
|       "outputs": [] | ||||
|     }, | ||||
|     "format": {}, | ||||
|     "build": { | ||||
|       "dependsOn": ["^build"] | ||||
|  | @ -25,7 +27,8 @@ | |||
|       ] | ||||
|     }, | ||||
|     "test": { | ||||
|       "dependsOn": ["build"] | ||||
|       "dependsOn": ["build"], | ||||
|       "outputs": [] | ||||
|     }, | ||||
|     "bundle": { | ||||
|       "dependsOn": ["^build", "build"] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user