Skip to content

Commit

Permalink
Lock down build-images dependencies (#15480)
Browse files Browse the repository at this point in the history
Partial extraction from #15479 for 1.14. Locks down build-images
dependencies and adds missing node_modules dependency.
  • Loading branch information
silverwind authored Apr 15, 2021
1 parent 00e55dd commit 0554d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -699,8 +699,8 @@ generate-gitignore:
GO111MODULE=on $(GO) run build/generate-gitignores.go

.PHONY: generate-images
generate-images:
npm install --no-save --no-package-lock fabric imagemin-zopfli
generate-images: | node_modules
npm install --no-save --no-package-lock fabric@4 imagemin-zopfli@7
node build/generate-images.js $(TAGS)

.PHONY: generate-manpage
Expand Down

0 comments on commit 0554d1d

Please sign in to comment.