diff --git a/Makefile b/Makefile index b9336e08..04d3229d 100644 --- a/Makefile +++ b/Makefile @@ -74,8 +74,7 @@ install: package: install rm -rf $(ROOT_DIR)/skyline_console/static yarn run build - poetry build -f wheel - poetry build -f sdist + poetry build .PHONY: fmt