joyent-portal/tools/node-install.mk

8 lines
130 B
Makefile
Raw Normal View History

2016-10-24 16:14:11 +03:00
.PHONY: install
install:
yarn install
.PHONY: install-production
install-production:
yarn install --production --pure-lockfile