refactor: remove test dep on build task
This commit is contained in:
parent
6998a99bb2
commit
a792cf8a50
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ GH=/usr/bin/gh
|
|||
test:
|
||||
pytest -v
|
||||
|
||||
build: dir test
|
||||
build: dir
|
||||
poetry build
|
||||
|
||||
dir:
|
||||
|
|
Loading…
Reference in a new issue