Tmp fix for old pipeline
This commit is contained in:
		
							parent
							
								
									2234b7d5de
								
							
						
					
					
						commit
						e56e83b4a2
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		|  | @ -9,6 +9,7 @@ | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "build": "turbo run build", |     "build": "turbo run build", | ||||||
|     "clean": "turbo run clean && rm -rf node_modules", |     "clean": "turbo run clean && rm -rf node_modules", | ||||||
|  |     "db-seed": "turbo run db-seed", | ||||||
|     "deploy": "turbo run deploy", |     "deploy": "turbo run deploy", | ||||||
|     "dev": "turbo run dev --parallel", |     "dev": "turbo run dev --parallel", | ||||||
|     "dx": "turbo run dx", |     "dx": "turbo run dx", | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
|       "dependsOn": ["^build"], |       "dependsOn": ["^build"], | ||||||
|       "outputs": ["dist/**", ".next/**"] |       "outputs": ["dist/**", ".next/**"] | ||||||
|     }, |     }, | ||||||
|  |     "db-seed": {}, | ||||||
|     "deploy": { |     "deploy": { | ||||||
|       "dependsOn": [] |       "dependsOn": [] | ||||||
|     }, |     }, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 zomars
						zomars