joyent-portal/cloudapi-graphql/Makefile
Tom Gallacher f49d7e4dac deps: triton to use fork with no-mutable deps
When the PR is merged into node-triton we will update this.
2016-10-24 10:54:15 +01:00

8 lines
76 B
Makefile

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