joyent-portal/cloudapi-graphql/Makefile
2016-10-17 18:00:50 +01:00

8 lines
83 B
Makefile

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