.PHONY: test
test:
	flutter test

.PHONY: pub
pub:
	flutter test && flutter pub publish
