This commit is contained in:
long2ice
2021-01-06 10:44:22 +08:00
parent c9e03ed9af
commit 7f7252d151
3 changed files with 5 additions and 2 deletions

View File

@@ -35,4 +35,7 @@ test: deps
build: deps
@poetry build
clean:
@rm -rf ./dist
ci: check test