joyent-portal/frontend/Makefile

8 lines
90 B
Makefile
Raw Normal View History

2016-10-20 04:14:26 +03:00
.PHONY: test
test:
npm run test
.PHONY: install
install:
npm install --quiet --no-spin