1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-11 05:40:11 +02:00
copilot/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