Add "locale.update" make task
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user