Add missing Makefile rule for production installs
This commit is contained in:
parent
10cd424568
commit
e138d6f0db
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user