From c980b1da5359c1c6dd17739f19e2e9d5d5b47b85 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Mon, 31 Oct 2016 13:47:43 +0000 Subject: [PATCH] ui: fixing broken build due to missing deps --- ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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