From 0267bef2fe26abbf9fbfda52da329ccf68786daa Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 3 Apr 2024 18:43:27 -0300 Subject: [PATCH] Fix poetry lock command in Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 78bd7e568..67b48917e 100644 --- a/Makefile +++ b/Makefile @@ -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: