Skip to content

Commit 714da3c

Browse files
committed
[chore]
修复make build指令
1 parent 2e2941d commit 714da3c

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
@@ -43,4 +43,4 @@ cov: deps
4343
$(py_warn) FASTAPI_SETTINGS_MODULE=tests.settings TORTOISE_TEST_DB=sqlite://:memory: pytest --cov-report xml $(pytest_opts)
4444

4545
build: deps
46-
@poetry build
46+
@poetry build

0 commit comments

Comments
 (0)