diff --git a/ui/Makefile b/ui/Makefile index 5474b79f..7e542d27 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -31,7 +31,7 @@ start: $(bindir)/webpack-dev-server --config webpack/index.js .PHONY: install-production -install-production: compile clean +install-production: install yarn install --pure-lockfile --prefer-offline .PHONY: compile