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