fix: limit build to sdist

This commit is contained in:
ogabrielluiz 2023-03-08 10:44:55 -03:00
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 '----'