fix: limit build to sdist

This commit is contained in:
ogabrielluiz
2023-03-08 10:44:55 -03:00
parent 8fdc4e9c78
commit e033f678b7

View File

@ -21,7 +21,7 @@ build_frontend:
build:
make install_frontend
make build_frontend
poetry build
poetry build --format sdist
help:
@echo '----'