fix: limit build to sdist
This commit is contained in:
parent
8fdc4e9c78
commit
e033f678b7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -21,7 +21,7 @@ build_frontend:
|
|||
build:
|
||||
make install_frontend
|
||||
make build_frontend
|
||||
poetry build
|
||||
poetry build --format sdist
|
||||
|
||||
help:
|
||||
@echo '----'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue