Frontend build should ignore lockfile for now

This commit is contained in:
Tom Gallacher 2017-01-12 15:17:05 +00:00
parent dcba0ab5c7
commit 555c432cc4
1 changed files with 2 additions and 2 deletions

View File

@ -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: