joyent-portal/cloudapi-graphql/Makefile

8 lines
83 B
Makefile

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