diff --git a/src/supabase/Makefile b/src/supabase/Makefile index 811678ba..0608f8ca 100644 --- a/src/supabase/Makefile +++ b/src/supabase/Makefile @@ -4,7 +4,7 @@ help:: @echo "Available commands" @echo " help -- (default) print this message" -tests: pytest +tests: mypy pytest help:: @echo " tests -- run all tests for supabase package"