Live video on the AT Protocol

Makefile: install and lexicons on release

+2 -1
+2 -1
Makefile
··· 549 "$$CI_API_V4_URL/projects/$$CI_PROJECT_ID/packages/generic/$(BRANCH)/$(VERSION)/$(upload_file)"; 550 551 .PHONY: release 552 - release: 553 yarn run release 554 555 .PHONY: ci-release
··· 549 "$$CI_API_V4_URL/projects/$$CI_PROJECT_ID/packages/generic/$(BRANCH)/$(VERSION)/$(upload_file)"; 550 551 .PHONY: release 552 + release: install 553 + $(MAKE) lexicons 554 yarn run release 555 556 .PHONY: ci-release