pubspec_extract:
	dart run pubspec_extract

test: pubspec_extract
	flutter test

publish: pubspec_extract
	flutter pub publish $(ARGS)
