joyent-portal/cloudapi-graphql/Makefile

8 lines
101 B
Makefile
Raw Normal View History

.PHONY: test
test:
./node_modules/.bin/ava
2016-10-17 20:00:50 +03:00
.PHONY: install
install:
2016-10-18 12:48:35 +03:00
npm install --quiet --no-spin