Fix poetry lock command in Makefile

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-03 18:43:27 -03:00
commit 0267bef2fe

View file

@ -187,7 +187,7 @@ build_langflow_backup:
build_langflow:
cd ./scripts && python update_dependencies.py
-poetry lock
poetry lock
-poetry build-rewrite-path-deps --version-pinning-strategy=semver
mv pyproject.toml.bak pyproject.toml
mv poetry.lock.bak poetry.lock
@ -225,11 +225,11 @@ publish_langflow:
publish:
@echo 'Publishing the project'
ifdef base
make publish_base
-make publish_base
endif
ifdef main
make publish_langflow
-make publish_langflow
endif
help: