We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7ff7f commit 658a84dCopy full SHA for 658a84d
Makefile
@@ -27,7 +27,7 @@ rename_package_dir:
27
mv supabase_functions supafunc
28
29
rename_package:
30
- sed -i 's/supabase_functions/supafunc/g' pyproject.toml tests/_async/clients.py tests/_sync/clients.py tests/_async/test_function_client.py tests/_sync/test_function_client.py README.md
+ sed -i 's/supabase_functions/supafunc/g' pyproject.toml tests/test_client.py tests/test_errors.py tests/test_utils.py tests/_async/test_function_client.py tests/_sync/test_function_client.py README.md
31
32
build_package:
33
poetry build
0 commit comments