mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	Lock down build-images dependencies (#15480)
Partial extraction from #15479 for 1.14. Locks down build-images dependencies and adds missing node_modules dependency.
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -699,8 +699,8 @@ generate-gitignore:
 | 
				
			|||||||
	GO111MODULE=on $(GO) run build/generate-gitignores.go
 | 
						GO111MODULE=on $(GO) run build/generate-gitignores.go
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: generate-images
 | 
					.PHONY: generate-images
 | 
				
			||||||
generate-images:
 | 
					generate-images: | node_modules
 | 
				
			||||||
	npm install --no-save --no-package-lock fabric imagemin-zopfli
 | 
						npm install --no-save --no-package-lock fabric@4 imagemin-zopfli@7
 | 
				
			||||||
	node build/generate-images.js $(TAGS)
 | 
						node build/generate-images.js $(TAGS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: generate-manpage
 | 
					.PHONY: generate-manpage
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user