joyent-portal/cloudapi-graphql/Makefile

8 lines
76 B
Makefile
Raw Normal View History

.PHONY: test
test:
./node_modules/.bin/ava
2016-10-17 20:00:50 +03:00
.PHONY: install
install:
yarn