joyent-portal/backend/Makefile

8 lines
76 B
Makefile
Raw Normal View History

2016-10-20 15:36:24 +03:00
.PHONY: test
test:
./node_modules/.bin/ava
.PHONY: install
install:
yarn