This commit is contained in:
long2ice
2021-01-06 19:57:16 +08:00
parent 6f5d4900a9
commit 361a25857b
3 changed files with 6 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ check: deps
test: deps
$(py_warn) pytest
build: deps
build: clean deps
@poetry build
clean: