SHELL = bash

install:
	npm install --dev

test:
	npm test

.PHONY: install test
