Skip to content

Commit 658a84d

Browse files
authored
fix: ci pipeline issue with renaming the project (#182)
1 parent 4e7ff7f commit 658a84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rename_package_dir:
2727
mv supabase_functions supafunc
2828

2929
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
30+
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
3131

3232
build_package:
3333
poetry build

0 commit comments

Comments
 (0)