joyent-portal/backend/Makefile
2016-10-20 15:22:49 +01:00

8 lines
76 B
Makefile

.PHONY: test
test:
./node_modules/.bin/ava
.PHONY: install
install:
yarn