diff --git a/frontend/Makefile b/frontend/Makefile index 561cc1cc..97eab1ff 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -7,11 +7,11 @@ UI := $(shell pwd)/../ui .PHONY: install-production install-production: compile - yarn install --production --prefer-offline + yarn install --production --no-lockfile .PHONY: install install: - NODE_ENV=development yarn install --prefer-offline + NODE_ENV=development yarn install --no-lockfile .PHONY: clean clean: