Skip to content

Commit e71ae6c

Browse files
committed
fix: rename scripts to cli_scripts.py
1 parent 169f522 commit e71ae6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dev = [
4343
]
4444

4545
[project.scripts]
46-
tests = 'test_scripts:run_tests'
46+
tests = 'cli_scripts:run_tests'
4747

4848
[tool.uv.sources]
4949
unasync-cli = { git = "https://github.com/supabase-community/unasync-cli.git", branch = "main" }
@@ -57,4 +57,4 @@ module-name = "supabase"
5757
module-root = ""
5858

5959
[tool.pytest.ini_options]
60-
asyncio_mode = "auto"
60+
asyncio_mode = "auto"

0 commit comments

Comments
 (0)