diff --git a/frontend/Makefile b/frontend/Makefile index f86c9295..5637a763 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -5,6 +5,10 @@ AVA := $(bindir)/ava NYC := $(bindir)/nyc UI := $(shell pwd)/../ui +.PHONY: install-production +install-production: + yarn install --prefer-offline + .PHONY: install install: yarn install --prefer-offline