1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-28 14:10:04 +02:00

Add missing Makefile rule for production installs

This commit is contained in:
Tom Gallacher 2017-01-03 17:35:24 +00:00
parent 10cd424568
commit e138d6f0db

View File

@ -5,6 +5,10 @@ AVA := $(bindir)/ava
NYC := $(bindir)/nyc NYC := $(bindir)/nyc
UI := $(shell pwd)/../ui UI := $(shell pwd)/../ui
.PHONY: install-production
install-production:
yarn install --prefer-offline
.PHONY: install .PHONY: install
install: install:
yarn install --prefer-offline yarn install --prefer-offline