We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e55dd commit 0554d1dCopy full SHA for 0554d1d
1 file changed
Makefile
@@ -699,8 +699,8 @@ generate-gitignore:
699
GO111MODULE=on $(GO) run build/generate-gitignores.go
700
701
.PHONY: generate-images
702
-generate-images:
703
- 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
704
node build/generate-images.js $(TAGS)
705
706
.PHONY: generate-manpage
0 commit comments