mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 22:09:39 +00:00
Pull request 1932: upd-all
Squashed commit of the following: commit cac6e9a9bc9a3ed631a3e3d2d2f36174e6c0c415 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Jul 19 16:56:35 2023 +0300 all: upd flts, i18n, svcs, tools, trackers
This commit is contained in:
7
Makefile
7
Makefile
@@ -130,3 +130,10 @@ openapi-lint: ; cd ./openapi/ && $(YARN) test
|
||||
openapi-show: ; cd ./openapi/ && $(YARN) start
|
||||
|
||||
txt-lint: ; $(ENV) "$(SHELL)" ./scripts/make/txt-lint.sh
|
||||
|
||||
# TODO(a.garipov): Consider adding to scripts/ and the common project
|
||||
# structure.
|
||||
go-upd-tools:
|
||||
cd ./internal/tools/ &&\
|
||||
"$(GO.MACRO)" get -u &&\
|
||||
"$(GO.MACRO)" mod tidy
|
||||
|
||||
Reference in New Issue
Block a user