Remove --no-dev
This commit is contained in:
		
							parent
							
								
									e4972d1b32
								
							
						
					
					
						commit
						ee36881c49
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
										
									
									
										vendored
									
									
								
							|  | @ -8,7 +8,7 @@ node { | ||||||
| 
 | 
 | ||||||
|     stage('Install dependencies') { |     stage('Install dependencies') { | ||||||
|         // Install dependencies for build later |         // Install dependencies for build later | ||||||
|         sh 'composer update --no-dev' |         sh 'composer update' | ||||||
|         sh 'yarn install' |         sh 'yarn install' | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue