Add "locale.update" make task
This commit is contained in:
parent
3c43bbe5ac
commit
64bfb65d23
5
Makefile
5
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user