From 555c432cc4500d669c4963293bf70b465924ac5d Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Thu, 12 Jan 2017 15:17:05 +0000 Subject: [PATCH] Frontend build should ignore lockfile for now --- frontend/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: