 Bo-Yi Wu
					
					8 anni fa
						Bo-Yi Wu
					
					8 anni fa
					
				 
				
			 
		 
		
			
				
				  
				  Non sono state trovate chiavi note per questa firma nel database
				  
				  	
						ID Chiave GPG: F84B2110C500B1F
				  	
				  
				
			
		
		
		
	
		
			 1 ha cambiato i file con 
13 aggiunte e 
0 eliminazioni
			
		 
		
			
				- 
					
					
					 
					.drone.yml
				
					
					
						
							
								
									
										
											
												
	
		
			
				|  |  | @ -3,3 +3,16 @@ clone: | 
		
	
		
			
			|  |  |  | image: plugins/git | 
		
	
		
			
			|  |  |  | depth: 50 | 
		
	
		
			
			|  |  |  | tags: true | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | pipeline: | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | node_test: | 
		
	
		
			
			|  |  |  | image: node:8 | 
		
	
		
			
			|  |  |  | pull: true | 
		
	
		
			
			|  |  |  | commands: | 
		
	
		
			
			|  |  |  | - node -v | 
		
	
		
			
			|  |  |  | - npm -v | 
		
	
		
			
			|  |  |  | - yarn --version | 
		
	
		
			
			|  |  |  | - yarn config set cache-folder .yarn-cache | 
		
	
		
			
			|  |  |  | - yarn install | 
		
	
		
			
			|  |  |  | - yarn run production |