diff --git a/Makefile b/Makefile index 01321990..82fe9355 100644 --- a/Makefile +++ b/Makefile @@ -388,7 +388,8 @@ GO_LEXICON_GEN := github.com/streamplace/glex/cmd/glex .PHONY: go-lexicons go-lexicons: - go tool github.com/streamplace/glex/cmd/glex build \ + go tool github.com/streamplace/glex/cmd/glex install \ + && go tool github.com/streamplace/glex/cmd/glex build \ --lexicons-dir lexicons \ --output-dir pkg \ --module-path stream.place/streamplace/pkg \ diff --git a/lexicons.json b/lexicons.json index 94261f2b..34aca92e 100644 --- a/lexicons.json +++ b/lexicons.json @@ -217,4 +217,4 @@ "cid": "bafyreic3l2rmh2ugirt3jz372wcvy333m7t2ynlyzj2k54oshijs6lxdfu" } } -} +} \ No newline at end of file