File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1-
21ifeq ($(USE_REPO_TEST_DIR ) ,1)
32
43# This rule replaces the whole Makefile when we're trying to use /tmp repository temporary files
@@ -697,10 +696,9 @@ generate-license:
697696generate-gitignore :
698697 GO111MODULE=on $(GO ) run build/generate-gitignores.go
699698
700-
701699.PHONY : generate-images
702700generate-images :
703- npm install --no-save --no-package-lock xmldom fabric imagemin-zopfli
701+ npm install --no-save --no-package-lock fabric imagemin-zopfli
704702 node build/generate-images.js
705703
706704.PHONY : pr\# %
@@ -713,7 +711,7 @@ golangci-lint:
713711 export BINARY=" golangci-lint" ; \
714712 curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH ) /bin v1.31.0; \
715713 fi
716- golangci-lint run --timeout 5m
714+ golangci-lint run --timeout 10m
717715
718716.PHONY : docker
719717docker :
You can’t perform that action at this time.
0 commit comments