default:
	yarn install
	yarn test
	yarn link
.PHONY: default

clean:
	rm -rf node_modules coverage dist
.PHONY: clean
