From 64bfb65d23670a50f80169717bc437f009fd1809 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Thu, 23 Sep 2021 18:19:10 +0200 Subject: [PATCH] Add "locale.update" make task --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index c0ba9a087..52eaeeddb 100644 --- a/Makefile +++ b/Makefile @@ -146,6 +146,11 @@ provision: webapp: @ $(MAKE) --directory=webapp +locale.update: + $(GO) get github.com/cortezaproject/corteza-locale + $(GO) mod vendor + git add --all vendor/github.com/cortezaproject + git commit -m 'Update corteza-locale dep' vendor/github.com/cortezaproject vendor/modules.txt go.mod go.sum ####################################################################################################################### # Quality Assurance