Skip to content

Commit

Permalink
fix: ci pipeline issue with renaming the project (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks authored Jan 17, 2025
1 parent 4e7ff7f commit 658a84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rename_package_dir:
mv supabase_functions supafunc

rename_package:
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

build_package:
poetry build

0 comments on commit 658a84d

Please sign in to comment.