refactor: Remove -f of poetry build command

Remove -f of poetry build command. Merge two commands
as 'poetry build'.

Change-Id: I66ddd77f995553efb14021cfc5f553fa9d67c180
This commit is contained in:
zhu.boxiang 2021-09-29 13:34:45 +08:00
parent e8bc10a511
commit 1b9c23e5c2

View File

@ -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