Live video on the AT Protocol

Makefile: install and lexicons on release

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