joyent-portal/backend/Makefile

8 lines
76 B
Makefile

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